#BCC9EA

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

Shades of Periwinkle #BCC9EA

Tints of Periwinkle #BCC9EA

Color information

#BCC9EA (or 0xBCC9EA) is unknown color: approx Periwinkle. HEX triplet: BC, C9 and EA. RGB value is (188,201,234). Sum of RGB (Red+Green+Blue) = 188+201+234=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9EA is #433615. Grayscale: #C8C8C8. Windows color (decimal): -4404758 or 15387068. OLE color: 15387068.

HSL color Cylindrical-coordinate representation of color #BCC9EA: hue angle of 223.04º 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 #BCC9EA is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188201234-
CMYK0.200.1400.08
HSL223.04º52.27%82.75%-
HSV(B)223.04º19.66%91.76%-
XYZ56.4858.4186.14-
YUV200.88146.69118.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=30.18%
G=32.26%
B=37.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882012340.200.1400.08223.0452.2782.75
HexBCC9EA14E08df3453
Octal274311352241601033764123
Binary10111100110010011110101010100111001000110111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9EA; }

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

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

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

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

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

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

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

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