Shades of Spindle #BBCFE0
Tints of Spindle #BBCFE0
RGB
CMYK
RGB Variations
Color information
#BBCFE0 (or 0xBBCFE0) is known color: Spindle. HEX triplet: BB, CF and E0. RGB value is (187,207,224). Sum of RGB (Red+Green+Blue) = 187+207+224=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE0 is #44301F. Grayscale: #CACACA. Windows color (decimal): -4468768 or 14733243. OLE color: 14733243.
HSL color Cylindrical-coordinate representation of color #BBCFE0: hue angle of 207.57º 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 #BBCFE0 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 207 | 224 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.12 |
| HSL | 207.57º | 0.37% | 0.81% | - |
| HSV(B) | 207.57º | 0.17% | 0.88% | - |
| XYZ | 56.26 | 60.57 | 79.25 | - |
| YUV | 202.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 224 | 0.17 | 0.08 | 0 | 0.12 | 207.57 | 0.37 | 0.81 |
| Hex | BB | CF | E0 | 11 | 8 | 0 | C | D0 | 25 | 51 |
| Octal | 273 | 317 | 340 | 21 | 10 | 0 | 14 | 320 | 45 | 121 |
| Binary | 10111011 | 11001111 | 11100000 | 10001 | 1000 | 0 | 1100 | 11010000 | 100101 | 1010001 |
Color Harmonies of #BBCFE0
Complementary color
Monochromatic Colors of #BBCFE0
Black with #BBCFE0
Text Example
Text Example
White with #BBCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFE0; }
p { color: rgb(187,207,224); }
H1.HeaderClassName
{
color: #BBCFE0;
}
.AnyTagClassName
{
color: #BBCFE0;
}
</style>
background-color css
<style>
a { background-color: #BBCFE0; }
a { background-color: rgb(187,207,224); }
div.DivClassName
{
background-color: #BBCFE0;
}
.BgClassName
{
background-color: #BBCFE0;
}
</style>
border-color css
<style>
span { border-color: #BBCFE0; }
span { border-color: rgb(187,207,224); }
td.TdClassName
{
border-color: #BBCFE0;
}
.TagClassName
{
border-color: #BBCFE0;
}
</style>