#B9CCDD

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

Shades of Spindle #B9CCDD

Tints of Spindle #B9CCDD

Color information

#B9CCDD (or 0xB9CCDD) is unknown color: approx Spindle. HEX triplet: B9, CC and DD. RGB value is (185,204,221). Sum of RGB (Red+Green+Blue) = 185+204+221=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCDD is #463322. Grayscale: #C8C8C8. Windows color (decimal): -4600611 or 14535865. OLE color: 14535865.

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

Color convert

RGB185204221-
CMYK0.160.0800.13
HSL208.33º34.62%79.61%-
HSV(B)208.33º16.29%86.67%-
XYZ54.6558.7276.86-
YUV200.26139.71117.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.33%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=30.33%
G=33.44%
B=36.23%

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
Decimal1852042210.160.0800.13208.3334.6279.61
HexB9CCDD1080Dd02350
Octal271314335201001532043120
Binary10111001110011001101110110000100001101110100001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCDD; }

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

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

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

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

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

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

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

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