#BCCCEC

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

Shades of Periwinkle #BCCCEC

Tints of Periwinkle #BCCCEC

Color information

#BCCCEC (or 0xBCCCEC) is unknown color: approx Periwinkle. HEX triplet: BC, CC and EC. RGB value is (188,204,236). Sum of RGB (Red+Green+Blue) = 188+204+236=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCEC is #433313. Grayscale: #CACACA. Windows color (decimal): -4403988 or 15518908. OLE color: 15518908.

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

Color convert

RGB188204236-
CMYK0.200.1400.07
HSL220º55.81%83.14%-
HSV(B)220º20.34%92.55%-
XYZ57.4759.9387.9-
YUV202.86146.7117.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=29.94%
G=32.48%
B=37.58%

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
Decimal1882042360.200.1400.0722055.8183.14
HexBCCCEC14E07dc3853
Octal27431435424160733470123
Binary1011110011001100111011001010011100111110111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCEC; }

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

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

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

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

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

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

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

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