Shades of Spindle #BBC2D3
Tints of Spindle #BBC2D3
RGB
CMYK
RGB Variations
Color information
#BBC2D3 (or 0xBBC2D3) is known color: Spindle. HEX triplet: BB, C2 and D3. RGB value is (187,194,211). Sum of RGB (Red+Green+Blue) = 187+194+211=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2D3 is #443D2C. Grayscale: #C1C1C1. Windows color (decimal): -4472109 or 13877947. OLE color: 13877947.
HSL color Cylindrical-coordinate representation of color #BBC2D3: hue angle of 222.5º 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 #BBC2D3 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 194 | 211 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.17 |
| HSL | 222.5º | 0.21% | 0.78% | - |
| HSV(B) | 222.5º | 0.11% | 0.83% | - |
| XYZ | 51.54 | 53.85 | 69.31 | - |
| YUV | 193.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 211 | 0.11 | 0.08 | 0 | 0.17 | 222.5 | 0.21 | 0.78 |
| Hex | BB | C2 | D3 | B | 8 | 0 | 11 | DE | 15 | 4E |
| Octal | 273 | 302 | 323 | 13 | 10 | 0 | 21 | 336 | 25 | 116 |
| Binary | 10111011 | 11000010 | 11010011 | 1011 | 1000 | 0 | 10001 | 11011110 | 10101 | 1001110 |
Color Harmonies of #BBC2D3
Complementary color
Monochromatic Colors of #BBC2D3
Black with #BBC2D3
Text Example
Text Example
White with #BBC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2D3; }
p { color: rgb(187,194,211); }
H1.HeaderClassName
{
color: #BBC2D3;
}
.AnyTagClassName
{
color: #BBC2D3;
}
</style>
background-color css
<style>
a { background-color: #BBC2D3; }
a { background-color: rgb(187,194,211); }
div.DivClassName
{
background-color: #BBC2D3;
}
.BgClassName
{
background-color: #BBC2D3;
}
</style>
border-color css
<style>
span { border-color: #BBC2D3; }
span { border-color: rgb(187,194,211); }
td.TdClassName
{
border-color: #BBC2D3;
}
.TagClassName
{
border-color: #BBC2D3;
}
</style>