Shades of Spindle #BBCBDE
Tints of Spindle #BBCBDE
RGB
CMYK
RGB Variations
Color information
#BBCBDE (or 0xBBCBDE) is known color: Spindle. HEX triplet: BB, CB and DE. RGB value is (187,203,222). Sum of RGB (Red+Green+Blue) = 187+203+222=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDE is #443421. Grayscale: #C8C8C8. Windows color (decimal): -4469794 or 14601147. OLE color: 14601147.
HSL color Cylindrical-coordinate representation of color #BBCBDE: hue angle of 212.57º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCBDE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 203 | 222 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.13 |
| HSL | 212.57º | 0.35% | 0.8% | - |
| HSV(B) | 212.57º | 0.16% | 0.87% | - |
| XYZ | 55.03 | 58.55 | 77.51 | - |
| YUV | 200.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 222 | 0.16 | 0.09 | 0 | 0.13 | 212.57 | 0.35 | 0.8 |
| Hex | BB | CB | DE | 10 | 9 | 0 | D | D5 | 23 | 50 |
| Octal | 273 | 313 | 336 | 20 | 11 | 0 | 15 | 325 | 43 | 120 |
| Binary | 10111011 | 11001011 | 11011110 | 10000 | 1001 | 0 | 1101 | 11010101 | 100011 | 1010000 |
Color Harmonies of #BBCBDE
Complementary color
Monochromatic Colors of #BBCBDE
Black with #BBCBDE
Text Example
Text Example
White with #BBCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBDE; }
p { color: rgb(187,203,222); }
H1.HeaderClassName
{
color: #BBCBDE;
}
.AnyTagClassName
{
color: #BBCBDE;
}
</style>
background-color css
<style>
a { background-color: #BBCBDE; }
a { background-color: rgb(187,203,222); }
div.DivClassName
{
background-color: #BBCBDE;
}
.BgClassName
{
background-color: #BBCBDE;
}
</style>
border-color css
<style>
span { border-color: #BBCBDE; }
span { border-color: rgb(187,203,222); }
td.TdClassName
{
border-color: #BBCBDE;
}
.TagClassName
{
border-color: #BBCBDE;
}
</style>