#BCCCEA

Color #BCCCEA Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BCCCEA

Tints of Periwinkle #BCCCEA

Color information

#BCCCEA (or 0xBCCCEA) is unknown color: approx Periwinkle. HEX triplet: BC, CC and EA. RGB value is (188,204,234). Sum of RGB (Red+Green+Blue) = 188+204+234=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCEA is #433315. Grayscale: #CACACA. Windows color (decimal): -4403990 or 15387836. OLE color: 15387836.

HSL color Cylindrical-coordinate representation of color #BCCCEA: hue angle of 219.13º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCCEA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188204234-
CMYK0.200.1300.08
HSL219.13º52.27%82.75%-
HSV(B)219.13º19.66%91.76%-
XYZ57.1859.8286.37-
YUV202.64145.7117.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=30.03%
G=32.59%
B=37.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882042340.200.1300.08219.1352.2782.75
HexBCCCEA14D08db3453
Octal274314352241501033364123
Binary10111100110011001110101010100110101000110110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCEA; }

 p { color: rgb(188,204,234); }

 H1.HeaderClassName
 {
   color: #BCCCEA;
 }
 .AnyTagClassName
 {
   color: #BCCCEA;
 }
</style>
background-color css

<style>
 a { background-color: #BCCCEA; }

 a { background-color: rgb(188,204,234); }

 div.DivClassName
 {
   background-color: #BCCCEA;
 }
 .BgClassName
 {
   background-color: #BCCCEA;
 }
</style>
border-color css

<style>
 span { border-color: #BCCCEA; }

 span { border-color: rgb(188,204,234); }

 td.TdClassName
 {
   border-color: #BCCCEA;
 }
 .TagClassName
 {
   border-color: #BCCCEA;
 }
</style>