Shades of Spindle #BBCEDE
Tints of Spindle #BBCEDE
RGB
CMYK
RGB Variations
Color information
#BBCEDE (or 0xBBCEDE) is known color: Spindle. HEX triplet: BB, CE and DE. RGB value is (187,206,222). Sum of RGB (Red+Green+Blue) = 187+206+222=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEDE is #443121. Grayscale: #CACACA. Windows color (decimal): -4469026 or 14601915. OLE color: 14601915.
HSL color Cylindrical-coordinate representation of color #BBCEDE: hue angle of 207.43º 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 #BBCEDE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 206 | 222 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.13 |
| HSL | 207.43º | 0.35% | 0.8% | - |
| HSV(B) | 207.43º | 0.16% | 0.87% | - |
| XYZ | 55.75 | 59.98 | 77.75 | - |
| YUV | 202.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 222 | 0.16 | 0.07 | 0 | 0.13 | 207.43 | 0.35 | 0.8 |
| Hex | BB | CE | DE | 10 | 7 | 0 | D | CF | 23 | 50 |
| Octal | 273 | 316 | 336 | 20 | 7 | 0 | 15 | 317 | 43 | 120 |
| Binary | 10111011 | 11001110 | 11011110 | 10000 | 111 | 0 | 1101 | 11001111 | 100011 | 1010000 |
Color Harmonies of #BBCEDE
Complementary color
Monochromatic Colors of #BBCEDE
Black with #BBCEDE
Text Example
Text Example
White with #BBCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEDE; }
p { color: rgb(187,206,222); }
H1.HeaderClassName
{
color: #BBCEDE;
}
.AnyTagClassName
{
color: #BBCEDE;
}
</style>
background-color css
<style>
a { background-color: #BBCEDE; }
a { background-color: rgb(187,206,222); }
div.DivClassName
{
background-color: #BBCEDE;
}
.BgClassName
{
background-color: #BBCEDE;
}
</style>
border-color css
<style>
span { border-color: #BBCEDE; }
span { border-color: rgb(187,206,222); }
td.TdClassName
{
border-color: #BBCEDE;
}
.TagClassName
{
border-color: #BBCEDE;
}
</style>