Shades of Spindle #BBCBDA
Tints of Spindle #BBCBDA
RGB
CMYK
RGB Variations
Color information
#BBCBDA (or 0xBBCBDA) is known color: Spindle. HEX triplet: BB, CB and DA. RGB value is (187,203,218). Sum of RGB (Red+Green+Blue) = 187+203+218=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDA is #443425. Grayscale: #C7C7C7. Windows color (decimal): -4469798 or 14339003. OLE color: 14339003.
HSL color Cylindrical-coordinate representation of color #BBCBDA: hue angle of 209.03º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCBDA is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 203 | 218 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.15 |
| HSL | 209.03º | 0.3% | 0.79% | - |
| HSV(B) | 209.03º | 0.14% | 0.85% | - |
| XYZ | 54.5 | 58.34 | 74.72 | - |
| YUV | 199.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 218 | 0.14 | 0.07 | 0 | 0.15 | 209.03 | 0.3 | 0.79 |
| Hex | BB | CB | DA | E | 7 | 0 | F | D1 | 1E | 4F |
| Octal | 273 | 313 | 332 | 16 | 7 | 0 | 17 | 321 | 36 | 117 |
| Binary | 10111011 | 11001011 | 11011010 | 1110 | 111 | 0 | 1111 | 11010001 | 11110 | 1001111 |
Color Harmonies of #BBCBDA
Complementary color
Monochromatic Colors of #BBCBDA
Black with #BBCBDA
Text Example
Text Example
White with #BBCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBDA; }
p { color: rgb(187,203,218); }
H1.HeaderClassName
{
color: #BBCBDA;
}
.AnyTagClassName
{
color: #BBCBDA;
}
</style>
background-color css
<style>
a { background-color: #BBCBDA; }
a { background-color: rgb(187,203,218); }
div.DivClassName
{
background-color: #BBCBDA;
}
.BgClassName
{
background-color: #BBCBDA;
}
</style>
border-color css
<style>
span { border-color: #BBCBDA; }
span { border-color: rgb(187,203,218); }
td.TdClassName
{
border-color: #BBCBDA;
}
.TagClassName
{
border-color: #BBCBDA;
}
</style>