Shades of Spindle #BBC2D2
Tints of Spindle #BBC2D2
RGB
CMYK
RGB Variations
Color information
#BBC2D2 (or 0xBBC2D2) is known color: Spindle. HEX triplet: BB, C2 and D2. RGB value is (187,194,210). Sum of RGB (Red+Green+Blue) = 187+194+210=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2D2 is #443D2D. Grayscale: #C1C1C1. Windows color (decimal): -4472110 or 13812411. OLE color: 13812411.
HSL color Cylindrical-coordinate representation of color #BBC2D2: hue angle of 221.74º 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 #BBC2D2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 194 | 210 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.18 |
| HSL | 221.74º | 0.2% | 0.78% | - |
| HSV(B) | 221.74º | 0.11% | 0.82% | - |
| XYZ | 51.42 | 53.8 | 68.65 | - |
| YUV | 193.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 210 | 0.11 | 0.08 | 0 | 0.18 | 221.74 | 0.2 | 0.78 |
| Hex | BB | C2 | D2 | B | 8 | 0 | 12 | DE | 14 | 4E |
| Octal | 273 | 302 | 322 | 13 | 10 | 0 | 22 | 336 | 24 | 116 |
| Binary | 10111011 | 11000010 | 11010010 | 1011 | 1000 | 0 | 10010 | 11011110 | 10100 | 1001110 |
Color Harmonies of #BBC2D2
Complementary color
Monochromatic Colors of #BBC2D2
Black with #BBC2D2
Text Example
Text Example
White with #BBC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2D2; }
p { color: rgb(187,194,210); }
H1.HeaderClassName
{
color: #BBC2D2;
}
.AnyTagClassName
{
color: #BBC2D2;
}
</style>
background-color css
<style>
a { background-color: #BBC2D2; }
a { background-color: rgb(187,194,210); }
div.DivClassName
{
background-color: #BBC2D2;
}
.BgClassName
{
background-color: #BBC2D2;
}
</style>
border-color css
<style>
span { border-color: #BBC2D2; }
span { border-color: rgb(187,194,210); }
td.TdClassName
{
border-color: #BBC2D2;
}
.TagClassName
{
border-color: #BBC2D2;
}
</style>