Shades of Spindle #BBC6D2
Tints of Spindle #BBC6D2
RGB
CMYK
RGB Variations
Color information
#BBC6D2 (or 0xBBC6D2) is known color: Spindle. HEX triplet: BB, C6 and D2. RGB value is (187,198,210). Sum of RGB (Red+Green+Blue) = 187+198+210=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D2 is #44392D. Grayscale: #C4C4C4. Windows color (decimal): -4471086 or 13813435. OLE color: 13813435.
HSL color Cylindrical-coordinate representation of color #BBC6D2: hue angle of 211.3º 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 #BBC6D2 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 198 | 210 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.18 |
| HSL | 211.3º | 0.2% | 0.78% | - |
| HSV(B) | 211.3º | 0.11% | 0.82% | - |
| XYZ | 52.32 | 55.61 | 68.95 | - |
| YUV | 196.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 210 | 0.11 | 0.06 | 0 | 0.18 | 211.3 | 0.2 | 0.78 |
| Hex | BB | C6 | D2 | B | 6 | 0 | 12 | D3 | 14 | 4E |
| Octal | 273 | 306 | 322 | 13 | 6 | 0 | 22 | 323 | 24 | 116 |
| Binary | 10111011 | 11000110 | 11010010 | 1011 | 110 | 0 | 10010 | 11010011 | 10100 | 1001110 |
Color Harmonies of #BBC6D2
Complementary color
Monochromatic Colors of #BBC6D2
Black with #BBC6D2
Text Example
Text Example
White with #BBC6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6D2; }
p { color: rgb(187,198,210); }
H1.HeaderClassName
{
color: #BBC6D2;
}
.AnyTagClassName
{
color: #BBC6D2;
}
</style>
background-color css
<style>
a { background-color: #BBC6D2; }
a { background-color: rgb(187,198,210); }
div.DivClassName
{
background-color: #BBC6D2;
}
.BgClassName
{
background-color: #BBC6D2;
}
</style>
border-color css
<style>
span { border-color: #BBC6D2; }
span { border-color: rgb(187,198,210); }
td.TdClassName
{
border-color: #BBC6D2;
}
.TagClassName
{
border-color: #BBC6D2;
}
</style>