#BDCBE0

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

Shades of Periwinkle #BDCBE0

Tints of Periwinkle #BDCBE0

Color information

#BDCBE0 (or 0xBDCBE0) is unknown color: approx Periwinkle. HEX triplet: BD, CB and E0. RGB value is (189,203,224). Sum of RGB (Red+Green+Blue) = 189+203+224=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBE0 is #42341F. Grayscale: #C9C9C9. Windows color (decimal): -4338720 or 14732221. OLE color: 14732221.

HSL color Cylindrical-coordinate representation of color #BDCBE0: hue angle of 216º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCBE0 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189203224-
CMYK0.160.0900.12
HSL216º36.08%80.98%-
HSV(B)216º15.62%87.84%-
XYZ55.858.9178.95-
YUV201.21140.86119.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=30.68%
G=32.95%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892032240.160.0900.1221636.0880.98
HexBDCBE01090Cd82451
Octal275313340201101433044121
Binary10111101110010111110000010000100101100110110001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBE0; }

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

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

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

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

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

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

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

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