Shades of Spindle #BBCEDB
Tints of Spindle #BBCEDB
RGB
CMYK
RGB Variations
Color information
#BBCEDB (or 0xBBCEDB) is known color: Spindle. HEX triplet: BB, CE and DB. RGB value is (187,206,219). Sum of RGB (Red+Green+Blue) = 187+206+219=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEDB is #443124. Grayscale: #C9C9C9. Windows color (decimal): -4469029 or 14405307. OLE color: 14405307.
HSL color Cylindrical-coordinate representation of color #BBCEDB: hue angle of 204.38º 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 #BBCEDB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 206 | 219 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 204.38º | 0.31% | 0.8% | - |
| HSV(B) | 204.38º | 0.15% | 0.86% | - |
| XYZ | 55.35 | 59.82 | 75.65 | - |
| YUV | 201.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 219 | 0.15 | 0.06 | 0 | 0.14 | 204.38 | 0.31 | 0.8 |
| Hex | BB | CE | DB | F | 6 | 0 | E | CC | 1F | 50 |
| Octal | 273 | 316 | 333 | 17 | 6 | 0 | 16 | 314 | 37 | 120 |
| Binary | 10111011 | 11001110 | 11011011 | 1111 | 110 | 0 | 1110 | 11001100 | 11111 | 1010000 |
Color Harmonies of #BBCEDB
Complementary color
Monochromatic Colors of #BBCEDB
Black with #BBCEDB
Text Example
Text Example
White with #BBCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEDB; }
p { color: rgb(187,206,219); }
H1.HeaderClassName
{
color: #BBCEDB;
}
.AnyTagClassName
{
color: #BBCEDB;
}
</style>
background-color css
<style>
a { background-color: #BBCEDB; }
a { background-color: rgb(187,206,219); }
div.DivClassName
{
background-color: #BBCEDB;
}
.BgClassName
{
background-color: #BBCEDB;
}
</style>
border-color css
<style>
span { border-color: #BBCEDB; }
span { border-color: rgb(187,206,219); }
td.TdClassName
{
border-color: #BBCEDB;
}
.TagClassName
{
border-color: #BBCEDB;
}
</style>