Shades of Spindle #BBC4D1
Tints of Spindle #BBC4D1
RGB
CMYK
RGB Variations
Color information
#BBC4D1 (or 0xBBC4D1) is known color: Spindle. HEX triplet: BB, C4 and D1. RGB value is (187,196,209). Sum of RGB (Red+Green+Blue) = 187+196+209=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D1 is #443B2E. Grayscale: #C2C2C2. Windows color (decimal): -4471599 or 13747387. OLE color: 13747387.
HSL color Cylindrical-coordinate representation of color #BBC4D1: hue angle of 215.45º degrees, saturation: 0.19, 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 #BBC4D1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 196 | 209 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.18 |
| HSL | 215.45º | 0.19% | 0.78% | - |
| HSV(B) | 215.45º | 0.11% | 0.82% | - |
| XYZ | 51.74 | 54.65 | 68.14 | - |
| YUV | 194.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 209 | 0.11 | 0.06 | 0 | 0.18 | 215.45 | 0.19 | 0.78 |
| Hex | BB | C4 | D1 | B | 6 | 0 | 12 | D7 | 13 | 4E |
| Octal | 273 | 304 | 321 | 13 | 6 | 0 | 22 | 327 | 23 | 116 |
| Binary | 10111011 | 11000100 | 11010001 | 1011 | 110 | 0 | 10010 | 11010111 | 10011 | 1001110 |
Color Harmonies of #BBC4D1
Complementary color
Monochromatic Colors of #BBC4D1
Black with #BBC4D1
Text Example
Text Example
White with #BBC4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4D1; }
p { color: rgb(187,196,209); }
H1.HeaderClassName
{
color: #BBC4D1;
}
.AnyTagClassName
{
color: #BBC4D1;
}
</style>
background-color css
<style>
a { background-color: #BBC4D1; }
a { background-color: rgb(187,196,209); }
div.DivClassName
{
background-color: #BBC4D1;
}
.BgClassName
{
background-color: #BBC4D1;
}
</style>
border-color css
<style>
span { border-color: #BBC4D1; }
span { border-color: rgb(187,196,209); }
td.TdClassName
{
border-color: #BBC4D1;
}
.TagClassName
{
border-color: #BBC4D1;
}
</style>