Shades of Spindle #BBC8D2
Tints of Spindle #BBC8D2
RGB
CMYK
RGB Variations
Color information
#BBC8D2 (or 0xBBC8D2) is known color: Spindle. HEX triplet: BB, C8 and D2. RGB value is (187,200,210). Sum of RGB (Red+Green+Blue) = 187+200+210=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8D2 is #44372D. Grayscale: #C5C5C5. Windows color (decimal): -4470574 or 13813947. OLE color: 13813947.
HSL color Cylindrical-coordinate representation of color #BBC8D2: hue angle of 206.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC8D2 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 200 | 210 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.18 |
| HSL | 206.09º | 0.2% | 0.78% | - |
| HSV(B) | 206.09º | 0.11% | 0.82% | - |
| XYZ | 52.78 | 56.53 | 69.1 | - |
| YUV | 197.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 210 | 0.11 | 0.05 | 0 | 0.18 | 206.09 | 0.2 | 0.78 |
| Hex | BB | C8 | D2 | B | 5 | 0 | 12 | CE | 14 | 4E |
| Octal | 273 | 310 | 322 | 13 | 5 | 0 | 22 | 316 | 24 | 116 |
| Binary | 10111011 | 11001000 | 11010010 | 1011 | 101 | 0 | 10010 | 11001110 | 10100 | 1001110 |
Color Harmonies of #BBC8D2
Complementary color
Monochromatic Colors of #BBC8D2
Black with #BBC8D2
Text Example
Text Example
White with #BBC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8D2; }
p { color: rgb(187,200,210); }
H1.HeaderClassName
{
color: #BBC8D2;
}
.AnyTagClassName
{
color: #BBC8D2;
}
</style>
background-color css
<style>
a { background-color: #BBC8D2; }
a { background-color: rgb(187,200,210); }
div.DivClassName
{
background-color: #BBC8D2;
}
.BgClassName
{
background-color: #BBC8D2;
}
</style>
border-color css
<style>
span { border-color: #BBC8D2; }
span { border-color: rgb(187,200,210); }
td.TdClassName
{
border-color: #BBC8D2;
}
.TagClassName
{
border-color: #BBC8D2;
}
</style>