Shades of Spindle #BBCBD3
Tints of Spindle #BBCBD3
RGB
CMYK
RGB Variations
Color information
#BBCBD3 (or 0xBBCBD3) is known color: Spindle. HEX triplet: BB, CB and D3. RGB value is (187,203,211). Sum of RGB (Red+Green+Blue) = 187+203+211=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBCBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD3 is #44342C. Grayscale: #C7C7C7. Windows color (decimal): -4469805 or 13880251. OLE color: 13880251.
HSL color Cylindrical-coordinate representation of color #BBCBD3: hue angle of 200º 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 #BBCBD3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 203 | 211 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.17 |
| HSL | 200º | 0.21% | 0.78% | - |
| HSV(B) | 200º | 0.11% | 0.83% | - |
| XYZ | 53.61 | 57.98 | 69.99 | - |
| YUV | 199.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 211 | 0.11 | 0.04 | 0 | 0.17 | 200 | 0.21 | 0.78 |
| Hex | BB | CB | D3 | B | 4 | 0 | 11 | C8 | 15 | 4E |
| Octal | 273 | 313 | 323 | 13 | 4 | 0 | 21 | 310 | 25 | 116 |
| Binary | 10111011 | 11001011 | 11010011 | 1011 | 100 | 0 | 10001 | 11001000 | 10101 | 1001110 |
Color Harmonies of #BBCBD3
Complementary color
Monochromatic Colors of #BBCBD3
Black with #BBCBD3
Text Example
Text Example
White with #BBCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBD3; }
p { color: rgb(187,203,211); }
H1.HeaderClassName
{
color: #BBCBD3;
}
.AnyTagClassName
{
color: #BBCBD3;
}
</style>
background-color css
<style>
a { background-color: #BBCBD3; }
a { background-color: rgb(187,203,211); }
div.DivClassName
{
background-color: #BBCBD3;
}
.BgClassName
{
background-color: #BBCBD3;
}
</style>
border-color css
<style>
span { border-color: #BBCBD3; }
span { border-color: rgb(187,203,211); }
td.TdClassName
{
border-color: #BBCBD3;
}
.TagClassName
{
border-color: #BBCBD3;
}
</style>