#BDCBEC

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

Shades of Periwinkle #BDCBEC

Tints of Periwinkle #BDCBEC

Color information

#BDCBEC (or 0xBDCBEC) is unknown color: approx Periwinkle. HEX triplet: BD, CB and EC. RGB value is (189,203,236). Sum of RGB (Red+Green+Blue) = 189+203+236=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 203 (79.69% from 255 or 32.32% 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 #BDCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBEC is #423413. Grayscale: #CACACA. Windows color (decimal): -4338708 or 15518653. OLE color: 15518653.

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

Color convert

RGB189203236-
CMYK0.200.1400.07
HSL222.13º55.29%83.33%-
HSV(B)222.13º19.92%92.55%-
XYZ57.4859.5987.83-
YUV202.58146.86118.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=30.10%
G=32.32%
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
Decimal1892032360.200.1400.07222.1355.2983.33
HexBDCBEC14E07de3753
Octal27531335424160733667123
Binary1011110111001011111011001010011100111110111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBEC; }

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

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

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

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

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

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

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

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