Shades of Spindle #B9CBDA
Tints of Spindle #B9CBDA
RGB
CMYK
RGB Variations
Color information
#B9CBDA (or 0xB9CBDA) is known color: Spindle. HEX triplet: B9, CB and DA. RGB value is (185,203,218). Sum of RGB (Red+Green+Blue) = 185+203+218=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBDA is #463425. Grayscale: #C7C7C7. Windows color (decimal): -4600870 or 14339001. OLE color: 14339001.
HSL color Cylindrical-coordinate representation of color #B9CBDA: hue angle of 207.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9CBDA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 203 | 218 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.15 |
| HSL | 207.27º | 0.31% | 0.79% | - |
| HSV(B) | 207.27º | 0.15% | 0.85% | - |
| XYZ | 54.02 | 58.09 | 74.69 | - |
| YUV | 199.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 218 | 0.15 | 0.07 | 0 | 0.15 | 207.27 | 0.31 | 0.79 |
| Hex | B9 | CB | DA | F | 7 | 0 | F | CF | 1F | 4F |
| Octal | 271 | 313 | 332 | 17 | 7 | 0 | 17 | 317 | 37 | 117 |
| Binary | 10111001 | 11001011 | 11011010 | 1111 | 111 | 0 | 1111 | 11001111 | 11111 | 1001111 |
Color Harmonies of #B9CBDA
Complementary color
Monochromatic Colors of #B9CBDA
Black with #B9CBDA
Text Example
Text Example
White with #B9CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBDA; }
p { color: rgb(185,203,218); }
H1.HeaderClassName
{
color: #B9CBDA;
}
.AnyTagClassName
{
color: #B9CBDA;
}
</style>
background-color css
<style>
a { background-color: #B9CBDA; }
a { background-color: rgb(185,203,218); }
div.DivClassName
{
background-color: #B9CBDA;
}
.BgClassName
{
background-color: #B9CBDA;
}
</style>
border-color css
<style>
span { border-color: #B9CBDA; }
span { border-color: rgb(185,203,218); }
td.TdClassName
{
border-color: #B9CBDA;
}
.TagClassName
{
border-color: #B9CBDA;
}
</style>