Shades of Spindle #BBCEE1
Tints of Spindle #BBCEE1
RGB
CMYK
RGB Variations
Color information
#BBCEE1 (or 0xBBCEE1) is known color: Spindle. HEX triplet: BB, CE and E1. RGB value is (187,206,225). Sum of RGB (Red+Green+Blue) = 187+206+225=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEE1 is #44311E. Grayscale: #CACACA. Windows color (decimal): -4469023 or 14798523. OLE color: 14798523.
HSL color Cylindrical-coordinate representation of color #BBCEE1: hue angle of 210º degrees, saturation: 0.39, 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 #BBCEE1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 206 | 225 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.12 |
| HSL | 210º | 0.39% | 0.81% | - |
| HSV(B) | 210º | 0.17% | 0.88% | - |
| XYZ | 56.16 | 60.14 | 79.88 | - |
| YUV | 202.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 225 | 0.17 | 0.08 | 0 | 0.12 | 210 | 0.39 | 0.81 |
| Hex | BB | CE | E1 | 11 | 8 | 0 | C | D2 | 27 | 51 |
| Octal | 273 | 316 | 341 | 21 | 10 | 0 | 14 | 322 | 47 | 121 |
| Binary | 10111011 | 11001110 | 11100001 | 10001 | 1000 | 0 | 1100 | 11010010 | 100111 | 1010001 |
Color Harmonies of #BBCEE1
Complementary color
Monochromatic Colors of #BBCEE1
Black with #BBCEE1
Text Example
Text Example
White with #BBCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEE1; }
p { color: rgb(187,206,225); }
H1.HeaderClassName
{
color: #BBCEE1;
}
.AnyTagClassName
{
color: #BBCEE1;
}
</style>
background-color css
<style>
a { background-color: #BBCEE1; }
a { background-color: rgb(187,206,225); }
div.DivClassName
{
background-color: #BBCEE1;
}
.BgClassName
{
background-color: #BBCEE1;
}
</style>
border-color css
<style>
span { border-color: #BBCEE1; }
span { border-color: rgb(187,206,225); }
td.TdClassName
{
border-color: #BBCEE1;
}
.TagClassName
{
border-color: #BBCEE1;
}
</style>