#BDCBDD

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

Shades of Spindle #BDCBDD

Tints of Spindle #BDCBDD

Color information

#BDCBDD (or 0xBDCBDD) is unknown color: approx Spindle. HEX triplet: BD, CB and DD. RGB value is (189,203,221). Sum of RGB (Red+Green+Blue) = 189+203+221=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBDD is #423422. Grayscale: #C8C8C8. Windows color (decimal): -4338723 or 14535613. OLE color: 14535613.

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

Color convert

RGB189203221-
CMYK0.140.0800.13
HSL213.75º32%80.39%-
HSV(B)213.75º14.48%86.67%-
XYZ55.3958.7576.83-
YUV200.87139.36119.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=30.83%
G=33.12%
B=36.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892032210.140.0800.13213.753280.39
HexBDCBDDE80Dd62050
Octal275313335161001532640120
Binary1011110111001011110111011110100001101110101101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBDD; }

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

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

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

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

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

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

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

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