Shades of Spindle #BBC6D3
Tints of Spindle #BBC6D3
RGB
CMYK
RGB Variations
Color information
#BBC6D3 (or 0xBBC6D3) is known color: Spindle. HEX triplet: BB, C6 and D3. RGB value is (187,198,211). Sum of RGB (Red+Green+Blue) = 187+198+211=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBC6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D3 is #44392C. Grayscale: #C4C4C4. Windows color (decimal): -4471085 or 13878971. OLE color: 13878971.
HSL color Cylindrical-coordinate representation of color #BBC6D3: hue angle of 212.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 #BBC6D3 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 198 | 211 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.17 |
| HSL | 212.5º | 0.21% | 0.78% | - |
| HSV(B) | 212.5º | 0.11% | 0.83% | - |
| XYZ | 52.45 | 55.66 | 69.61 | - |
| YUV | 196.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 211 | 0.11 | 0.06 | 0 | 0.17 | 212.5 | 0.21 | 0.78 |
| Hex | BB | C6 | D3 | B | 6 | 0 | 11 | D4 | 15 | 4E |
| Octal | 273 | 306 | 323 | 13 | 6 | 0 | 21 | 324 | 25 | 116 |
| Binary | 10111011 | 11000110 | 11010011 | 1011 | 110 | 0 | 10001 | 11010100 | 10101 | 1001110 |
Color Harmonies of #BBC6D3
Complementary color
Monochromatic Colors of #BBC6D3
Black with #BBC6D3
Text Example
Text Example
White with #BBC6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6D3; }
p { color: rgb(187,198,211); }
H1.HeaderClassName
{
color: #BBC6D3;
}
.AnyTagClassName
{
color: #BBC6D3;
}
</style>
background-color css
<style>
a { background-color: #BBC6D3; }
a { background-color: rgb(187,198,211); }
div.DivClassName
{
background-color: #BBC6D3;
}
.BgClassName
{
background-color: #BBC6D3;
}
</style>
border-color css
<style>
span { border-color: #BBC6D3; }
span { border-color: rgb(187,198,211); }
td.TdClassName
{
border-color: #BBC6D3;
}
.TagClassName
{
border-color: #BBC6D3;
}
</style>