Shades of Spindle #BBC5D2
Tints of Spindle #BBC5D2
RGB
CMYK
RGB Variations
Color information
#BBC5D2 (or 0xBBC5D2) is known color: Spindle. HEX triplet: BB, C5 and D2. RGB value is (187,197,210). Sum of RGB (Red+Green+Blue) = 187+197+210=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D2 is #443A2D. Grayscale: #C3C3C3. Windows color (decimal): -4471342 or 13813179. OLE color: 13813179.
HSL color Cylindrical-coordinate representation of color #BBC5D2: hue angle of 213.91º 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 #BBC5D2 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 197 | 210 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.18 |
| HSL | 213.91º | 0.2% | 0.78% | - |
| HSV(B) | 213.91º | 0.11% | 0.82% | - |
| XYZ | 52.09 | 55.15 | 68.87 | - |
| YUV | 195.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 210 | 0.11 | 0.06 | 0 | 0.18 | 213.91 | 0.2 | 0.78 |
| Hex | BB | C5 | D2 | B | 6 | 0 | 12 | D6 | 14 | 4E |
| Octal | 273 | 305 | 322 | 13 | 6 | 0 | 22 | 326 | 24 | 116 |
| Binary | 10111011 | 11000101 | 11010010 | 1011 | 110 | 0 | 10010 | 11010110 | 10100 | 1001110 |
Color Harmonies of #BBC5D2
Complementary color
Monochromatic Colors of #BBC5D2
Black with #BBC5D2
Text Example
Text Example
White with #BBC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5D2; }
p { color: rgb(187,197,210); }
H1.HeaderClassName
{
color: #BBC5D2;
}
.AnyTagClassName
{
color: #BBC5D2;
}
</style>
background-color css
<style>
a { background-color: #BBC5D2; }
a { background-color: rgb(187,197,210); }
div.DivClassName
{
background-color: #BBC5D2;
}
.BgClassName
{
background-color: #BBC5D2;
}
</style>
border-color css
<style>
span { border-color: #BBC5D2; }
span { border-color: rgb(187,197,210); }
td.TdClassName
{
border-color: #BBC5D2;
}
.TagClassName
{
border-color: #BBC5D2;
}
</style>