Shades of Spindle #BBCED8
Tints of Spindle #BBCED8
RGB
CMYK
RGB Variations
Color information
#BBCED8 (or 0xBBCED8) is known color: Spindle. HEX triplet: BB, CE and D8. RGB value is (187,206,216). Sum of RGB (Red+Green+Blue) = 187+206+216=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBCED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCED8 is #443127. Grayscale: #C9C9C9. Windows color (decimal): -4469032 or 14208699. OLE color: 14208699.
HSL color Cylindrical-coordinate representation of color #BBCED8: hue angle of 200.69º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCED8 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 206 | 216 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.15 |
| HSL | 200.69º | 0.27% | 0.79% | - |
| HSV(B) | 200.69º | 0.13% | 0.85% | - |
| XYZ | 54.96 | 59.67 | 73.59 | - |
| YUV | 201.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 216 | 0.13 | 0.05 | 0 | 0.15 | 200.69 | 0.27 | 0.79 |
| Hex | BB | CE | D8 | D | 5 | 0 | F | C9 | 1B | 4F |
| Octal | 273 | 316 | 330 | 15 | 5 | 0 | 17 | 311 | 33 | 117 |
| Binary | 10111011 | 11001110 | 11011000 | 1101 | 101 | 0 | 1111 | 11001001 | 11011 | 1001111 |
Color Harmonies of #BBCED8
Complementary color
Monochromatic Colors of #BBCED8
Black with #BBCED8
Text Example
Text Example
White with #BBCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCED8; }
p { color: rgb(187,206,216); }
H1.HeaderClassName
{
color: #BBCED8;
}
.AnyTagClassName
{
color: #BBCED8;
}
</style>
background-color css
<style>
a { background-color: #BBCED8; }
a { background-color: rgb(187,206,216); }
div.DivClassName
{
background-color: #BBCED8;
}
.BgClassName
{
background-color: #BBCED8;
}
</style>
border-color css
<style>
span { border-color: #BBCED8; }
span { border-color: rgb(187,206,216); }
td.TdClassName
{
border-color: #BBCED8;
}
.TagClassName
{
border-color: #BBCED8;
}
</style>