#BCCBEC

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

Shades of Periwinkle #BCCBEC

Tints of Periwinkle #BCCBEC

Color information

#BCCBEC (or 0xBCCBEC) is unknown color: approx Periwinkle. HEX triplet: BC, CB and EC. RGB value is (188,203,236). Sum of RGB (Red+Green+Blue) = 188+203+236=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBEC is #433413. Grayscale: #CACACA. Windows color (decimal): -4404244 or 15518652. OLE color: 15518652.

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

Color convert

RGB188203236-
CMYK0.200.1400.07
HSL221.25º55.81%83.14%-
HSV(B)221.25º20.34%92.55%-
XYZ57.2459.4687.82-
YUV202.28147.03117.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=29.98%
G=32.38%
B=37.64%

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
Decimal1882032360.200.1400.07221.2555.8183.14
HexBCCBEC14E07dd3853
Octal27431335424160733570123
Binary1011110011001011111011001010011100111110111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBEC; }

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

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

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

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

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

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

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

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