#BCCAEC

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

Shades of Periwinkle #BCCAEC

Tints of Periwinkle #BCCAEC

Color information

#BCCAEC (or 0xBCCAEC) is unknown color: approx Periwinkle. HEX triplet: BC, CA and EC. RGB value is (188,202,236). Sum of RGB (Red+Green+Blue) = 188+202+236=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAEC is #433513. Grayscale: #C9C9C9. Windows color (decimal): -4404500 or 15518396. OLE color: 15518396.

HSL color Cylindrical-coordinate representation of color #BCCAEC: hue angle of 222.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCAEC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188202236-
CMYK0.200.1400.07
HSL222.5º55.81%83.14%-
HSV(B)222.5º20.34%92.55%-
XYZ5758.9987.74-
YUV201.69147.36118.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=30.03%
G=32.27%
B=37.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882022360.200.1400.07222.555.8183.14
HexBCCAEC14E07de3853
Octal27431235424160733670123
Binary1011110011001010111011001010011100111110111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAEC; }

 p { color: rgb(188,202,236); }

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

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

 a { background-color: rgb(188,202,236); }

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

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

 span { border-color: rgb(188,202,236); }

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