Shades of Spindle #BBCBDB
Tints of Spindle #BBCBDB
RGB
CMYK
RGB Variations
Color information
#BBCBDB (or 0xBBCBDB) is known color: Spindle. HEX triplet: BB, CB and DB. RGB value is (187,203,219). Sum of RGB (Red+Green+Blue) = 187+203+219=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDB is #443424. Grayscale: #C7C7C7. Windows color (decimal): -4469797 or 14404539. OLE color: 14404539.
HSL color Cylindrical-coordinate representation of color #BBCBDB: hue angle of 210º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCBDB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 187 | 203 | 219 | - |
CMYK | 0.15 | 0.07 | 0 | 0.14 |
HSL | 210º | 0.31% | 0.8% | - |
HSV(B) | 210º | 0.15% | 0.86% | - |
XYZ | 54.64 | 58.39 | 75.41 | - |
YUV | 200.04 | 138.7 | 118.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 203 | 219 | 0.15 | 0.07 | 0 | 0.14 | 210 | 0.31 | 0.8 |
Hex | BB | CB | DB | F | 7 | 0 | E | D2 | 1F | 50 |
Octal | 273 | 313 | 333 | 17 | 7 | 0 | 16 | 322 | 37 | 120 |
Binary | 10111011 | 11001011 | 11011011 | 1111 | 111 | 0 | 1110 | 11010010 | 11111 | 1010000 |
Color Harmonies of #BBCBDB
Complementary color
Monochromatic Colors of #BBCBDB
Black with #BBCBDB
Text Example
Text Example
White with #BBCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBDB; }
p { color: rgb(187,203,219); }
H1.HeaderClassName
{
color: #BBCBDB;
}
.AnyTagClassName
{
color: #BBCBDB;
}
</style>
background-color css
<style>
a { background-color: #BBCBDB; }
a { background-color: rgb(187,203,219); }
div.DivClassName
{
background-color: #BBCBDB;
}
.BgClassName
{
background-color: #BBCBDB;
}
</style>
border-color css
<style>
span { border-color: #BBCBDB; }
span { border-color: rgb(187,203,219); }
td.TdClassName
{
border-color: #BBCBDB;
}
.TagClassName
{
border-color: #BBCBDB;
}
</style>