Shades of Spindle #BBC9D3
Tints of Spindle #BBC9D3
RGB
CMYK
RGB Variations
Color information
#BBC9D3 (or 0xBBC9D3) is known color: Spindle. HEX triplet: BB, C9 and D3. RGB value is (187,201,211). Sum of RGB (Red+Green+Blue) = 187+201+211=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBC9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9D3 is #44362C. Grayscale: #C5C5C5. Windows color (decimal): -4470317 or 13879739. OLE color: 13879739.
HSL color Cylindrical-coordinate representation of color #BBC9D3: hue angle of 205º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC9D3 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 201 | 211 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.17 |
| HSL | 205º | 0.21% | 0.78% | - |
| HSV(B) | 205º | 0.11% | 0.83% | - |
| XYZ | 53.14 | 57.04 | 69.84 | - |
| YUV | 197.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 211 | 0.11 | 0.05 | 0 | 0.17 | 205 | 0.21 | 0.78 |
| Hex | BB | C9 | D3 | B | 5 | 0 | 11 | CD | 15 | 4E |
| Octal | 273 | 311 | 323 | 13 | 5 | 0 | 21 | 315 | 25 | 116 |
| Binary | 10111011 | 11001001 | 11010011 | 1011 | 101 | 0 | 10001 | 11001101 | 10101 | 1001110 |
Color Harmonies of #BBC9D3
Complementary color
Monochromatic Colors of #BBC9D3
Black with #BBC9D3
Text Example
Text Example
White with #BBC9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9D3; }
p { color: rgb(187,201,211); }
H1.HeaderClassName
{
color: #BBC9D3;
}
.AnyTagClassName
{
color: #BBC9D3;
}
</style>
background-color css
<style>
a { background-color: #BBC9D3; }
a { background-color: rgb(187,201,211); }
div.DivClassName
{
background-color: #BBC9D3;
}
.BgClassName
{
background-color: #BBC9D3;
}
</style>
border-color css
<style>
span { border-color: #BBC9D3; }
span { border-color: rgb(187,201,211); }
td.TdClassName
{
border-color: #BBC9D3;
}
.TagClassName
{
border-color: #BBC9D3;
}
</style>