Shades of Spindle #BBC9DD
Tints of Spindle #BBC9DD
RGB
CMYK
RGB Variations
Color information
#BBC9DD (or 0xBBC9DD) is known color: Spindle. HEX triplet: BB, C9 and DD. RGB value is (187,201,221). Sum of RGB (Red+Green+Blue) = 187+201+221=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 201 (78.91% from 255 or 33.00% 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 #BBC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9DD is #443622. Grayscale: #C7C7C7. Windows color (decimal): -4470307 or 14535099. OLE color: 14535099.
HSL color Cylindrical-coordinate representation of color #BBC9DD: hue angle of 215.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC9DD is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 187 | 201 | 221 | - |
CMYK | 0.15 | 0.09 | 0 | 0.13 |
HSL | 215.29º | 0.33% | 0.8% | - |
HSV(B) | 215.29º | 0.15% | 0.87% | - |
XYZ | 54.43 | 57.56 | 76.65 | - |
YUV | 199.09 | 140.36 | 119.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 201 | 221 | 0.15 | 0.09 | 0 | 0.13 | 215.29 | 0.33 | 0.8 |
Hex | BB | C9 | DD | F | 9 | 0 | D | D7 | 21 | 50 |
Octal | 273 | 311 | 335 | 17 | 11 | 0 | 15 | 327 | 41 | 120 |
Binary | 10111011 | 11001001 | 11011101 | 1111 | 1001 | 0 | 1101 | 11010111 | 100001 | 1010000 |
Color Harmonies of #BBC9DD
Complementary color
Monochromatic Colors of #BBC9DD
Black with #BBC9DD
Text Example
Text Example
White with #BBC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9DD; }
p { color: rgb(187,201,221); }
H1.HeaderClassName
{
color: #BBC9DD;
}
.AnyTagClassName
{
color: #BBC9DD;
}
</style>
background-color css
<style>
a { background-color: #BBC9DD; }
a { background-color: rgb(187,201,221); }
div.DivClassName
{
background-color: #BBC9DD;
}
.BgClassName
{
background-color: #BBC9DD;
}
</style>
border-color css
<style>
span { border-color: #BBC9DD; }
span { border-color: rgb(187,201,221); }
td.TdClassName
{
border-color: #BBC9DD;
}
.TagClassName
{
border-color: #BBC9DD;
}
</style>