#B9C5DB

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

Shades of Spindle #B9C5DB

Tints of Spindle #B9C5DB

Color information

#B9C5DB (or 0xB9C5DB) is unknown color: approx Spindle. HEX triplet: B9, C5 and DB. RGB value is (185,197,219). Sum of RGB (Red+Green+Blue) = 185+197+219=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C5DB is #463A24. Grayscale: #C3C3C3. Windows color (decimal): -4602405 or 14403001. OLE color: 14403001.

HSL color Cylindrical-coordinate representation of color #B9C5DB: hue angle of 218.82º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9C5DB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185197219-
CMYK0.160.1000.14
HSL218.82º32.08%79.22%-
HSV(B)218.82º15.53%85.88%-
XYZ52.7655.3674.92-
YUV195.92141.02120.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.78%
GREEN value IS 197 (77.34% from 255) = 32.78%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=30.78%
G=32.78%
B=36.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851972190.160.1000.14218.8232.0879.22
HexB9C5DB10A0Edb204f
Octal271305333201201633340117
Binary10111001110001011101101110000101001110110110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5DB; }

 p { color: rgb(185,197,219); }

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

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

 a { background-color: rgb(185,197,219); }

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

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

 span { border-color: rgb(185,197,219); }

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