#BDCEE1

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

Shades of Spindle #BDCEE1

Tints of Spindle #BDCEE1

Color information

#BDCEE1 (or 0xBDCEE1) is unknown color: approx Spindle. HEX triplet: BD, CE and E1. RGB value is (189,206,225). Sum of RGB (Red+Green+Blue) = 189+206+225=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEE1 is #42311E. Grayscale: #CACACA. Windows color (decimal): -4337951 or 14798525. OLE color: 14798525.

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

Color convert

RGB189206225-
CMYK0.160.0800.12
HSL211.67º37.5%81.18%-
HSV(B)211.67º16%88.24%-
XYZ56.6560.479.91-
YUV203.08140.37117.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=30.48%
G=33.23%
B=36.29%

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
Decimal1892062250.160.0800.12211.6737.581.18
HexBDCEE11080Cd42551
Octal275316341201001432445121
Binary10111101110011101110000110000100001100110101001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEE1; }

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

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

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

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

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

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

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

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