#BDCEE0

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

Shades of Spindle #BDCEE0

Tints of Spindle #BDCEE0

Color information

#BDCEE0 (or 0xBDCEE0) is unknown color: approx Spindle. HEX triplet: BD, CE and E0. RGB value is (189,206,224). Sum of RGB (Red+Green+Blue) = 189+206+224=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEE0 is #42311F. Grayscale: #CACACA. Windows color (decimal): -4337952 or 14732989. OLE color: 14732989.

HSL color Cylindrical-coordinate representation of color #BDCEE0: hue angle of 210.86º 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 #BDCEE0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189206224-
CMYK0.160.0800.12
HSL210.86º36.08%80.98%-
HSV(B)210.86º15.62%87.84%-
XYZ56.5160.3479.19-
YUV202.97139.87118.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=30.53%
G=33.28%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892062240.160.0800.12210.8636.0880.98
HexBDCEE01080Cd32451
Octal275316340201001432344121
Binary10111101110011101110000010000100001100110100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEE0; }

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

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

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

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

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

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

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

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