#BDCCDE

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

Shades of Spindle #BDCCDE

Tints of Spindle #BDCCDE

Color information

#BDCCDE (or 0xBDCCDE) is unknown color: approx Spindle. HEX triplet: BD, CC and DE. RGB value is (189,204,222). Sum of RGB (Red+Green+Blue) = 189+204+222=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCDE is #423321. Grayscale: #C9C9C9. Windows color (decimal): -4338466 or 14601405. OLE color: 14601405.

HSL color Cylindrical-coordinate representation of color #BDCCDE: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCCDE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189204222-
CMYK0.150.0800.13
HSL212.73º33.33%80.59%-
HSV(B)212.73º14.86%87.06%-
XYZ55.7659.2877.61-
YUV201.57139.53119.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=30.73%
G=33.17%
B=36.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892042220.150.0800.13212.7333.3380.59
HexBDCCDEF80Dd52151
Octal275314336171001532541121
Binary1011110111001100110111101111100001101110101011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCDE; }

 p { color: rgb(189,204,222); }

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

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

 a { background-color: rgb(189,204,222); }

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

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

 span { border-color: rgb(189,204,222); }

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