Shades of Spindle #BBCCE0
Tints of Spindle #BBCCE0
RGB
CMYK
RGB Variations
Color information
#BBCCE0 (or 0xBBCCE0) is known color: Spindle. HEX triplet: BB, CC and E0. RGB value is (187,204,224). Sum of RGB (Red+Green+Blue) = 187+204+224=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCE0 is #44331F. Grayscale: #C9C9C9. Windows color (decimal): -4469536 or 14732475. OLE color: 14732475.
HSL color Cylindrical-coordinate representation of color #BBCCE0: hue angle of 212.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCCE0 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 204 | 224 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.12 |
| HSL | 212.43º | 0.37% | 0.81% | - |
| HSV(B) | 212.43º | 0.17% | 0.88% | - |
| XYZ | 55.54 | 59.13 | 79.01 | - |
| YUV | 201.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 224 | 0.17 | 0.09 | 0 | 0.12 | 212.43 | 0.37 | 0.81 |
| Hex | BB | CC | E0 | 11 | 9 | 0 | C | D4 | 25 | 51 |
| Octal | 273 | 314 | 340 | 21 | 11 | 0 | 14 | 324 | 45 | 121 |
| Binary | 10111011 | 11001100 | 11100000 | 10001 | 1001 | 0 | 1100 | 11010100 | 100101 | 1010001 |
Color Harmonies of #BBCCE0
Complementary color
Monochromatic Colors of #BBCCE0
Black with #BBCCE0
Text Example
Text Example
White with #BBCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCE0; }
p { color: rgb(187,204,224); }
H1.HeaderClassName
{
color: #BBCCE0;
}
.AnyTagClassName
{
color: #BBCCE0;
}
</style>
background-color css
<style>
a { background-color: #BBCCE0; }
a { background-color: rgb(187,204,224); }
div.DivClassName
{
background-color: #BBCCE0;
}
.BgClassName
{
background-color: #BBCCE0;
}
</style>
border-color css
<style>
span { border-color: #BBCCE0; }
span { border-color: rgb(187,204,224); }
td.TdClassName
{
border-color: #BBCCE0;
}
.TagClassName
{
border-color: #BBCCE0;
}
</style>