Shades of Spindle #BBC7D2
Tints of Spindle #BBC7D2
RGB
CMYK
RGB Variations
Color information
#BBC7D2 (or 0xBBC7D2) is known color: Spindle. HEX triplet: BB, C7 and D2. RGB value is (187,199,210). Sum of RGB (Red+Green+Blue) = 187+199+210=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7D2 is #44382D. Grayscale: #C4C4C4. Windows color (decimal): -4470830 or 13813691. OLE color: 13813691.
HSL color Cylindrical-coordinate representation of color #BBC7D2: hue angle of 208.7º 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 #BBC7D2 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 199 | 210 | - |
CMYK | 0.11 | 0.05 | 0 | 0.18 |
HSL | 208.7º | 0.2% | 0.78% | - |
HSV(B) | 208.7º | 0.11% | 0.82% | - |
XYZ | 52.55 | 56.06 | 69.02 | - |
YUV | 196.67 | 135.52 | 121.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 199 | 210 | 0.11 | 0.05 | 0 | 0.18 | 208.7 | 0.2 | 0.78 |
Hex | BB | C7 | D2 | B | 5 | 0 | 12 | D1 | 14 | 4E |
Octal | 273 | 307 | 322 | 13 | 5 | 0 | 22 | 321 | 24 | 116 |
Binary | 10111011 | 11000111 | 11010010 | 1011 | 101 | 0 | 10010 | 11010001 | 10100 | 1001110 |
Color Harmonies of #BBC7D2
Complementary color
Monochromatic Colors of #BBC7D2
Black with #BBC7D2
Text Example
Text Example
White with #BBC7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7D2; }
p { color: rgb(187,199,210); }
H1.HeaderClassName
{
color: #BBC7D2;
}
.AnyTagClassName
{
color: #BBC7D2;
}
</style>
background-color css
<style>
a { background-color: #BBC7D2; }
a { background-color: rgb(187,199,210); }
div.DivClassName
{
background-color: #BBC7D2;
}
.BgClassName
{
background-color: #BBC7D2;
}
</style>
border-color css
<style>
span { border-color: #BBC7D2; }
span { border-color: rgb(187,199,210); }
td.TdClassName
{
border-color: #BBC7D2;
}
.TagClassName
{
border-color: #BBC7D2;
}
</style>