#B9CBDD

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

Shades of Spindle #B9CBDD

Tints of Spindle #B9CBDD

Color information

#B9CBDD (or 0xB9CBDD) is unknown color: approx Spindle. HEX triplet: B9, CB and DD. RGB value is (185,203,221). Sum of RGB (Red+Green+Blue) = 185+203+221=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBDD is #463422. Grayscale: #C7C7C7. Windows color (decimal): -4600867 or 14535609. OLE color: 14535609.

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

Color convert

RGB185203221-
CMYK0.160.0800.13
HSL210º34.62%79.61%-
HSV(B)210º16.29%86.67%-
XYZ54.4158.2576.78-
YUV199.67140.04117.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.38%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=30.38%
G=33.33%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1852032210.160.0800.1321034.6279.61
HexB9CBDD1080Dd22350
Octal271313335201001532243120
Binary10111001110010111101110110000100001101110100101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBDD; }

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

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

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

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

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

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

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

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