Shades of Spindle #BBCEDD
Tints of Spindle #BBCEDD
RGB
CMYK
RGB Variations
Color information
#BBCEDD (or 0xBBCEDD) is known color: Spindle. HEX triplet: BB, CE and DD. RGB value is (187,206,221). Sum of RGB (Red+Green+Blue) = 187+206+221=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEDD is #443122. Grayscale: #C9C9C9. Windows color (decimal): -4469027 or 14536379. OLE color: 14536379.
HSL color Cylindrical-coordinate representation of color #BBCEDD: hue angle of 206.47º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCEDD is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 187 | 206 | 221 | - |
CMYK | 0.15 | 0.07 | 0 | 0.13 |
HSL | 206.47º | 0.33% | 0.8% | - |
HSV(B) | 206.47º | 0.15% | 0.87% | - |
XYZ | 55.62 | 59.93 | 77.04 | - |
YUV | 202.03 | 138.71 | 117.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 206 | 221 | 0.15 | 0.07 | 0 | 0.13 | 206.47 | 0.33 | 0.8 |
Hex | BB | CE | DD | F | 7 | 0 | D | CE | 21 | 50 |
Octal | 273 | 316 | 335 | 17 | 7 | 0 | 15 | 316 | 41 | 120 |
Binary | 10111011 | 11001110 | 11011101 | 1111 | 111 | 0 | 1101 | 11001110 | 100001 | 1010000 |
Color Harmonies of #BBCEDD
Complementary color
Monochromatic Colors of #BBCEDD
Black with #BBCEDD
Text Example
Text Example
White with #BBCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEDD; }
p { color: rgb(187,206,221); }
H1.HeaderClassName
{
color: #BBCEDD;
}
.AnyTagClassName
{
color: #BBCEDD;
}
</style>
background-color css
<style>
a { background-color: #BBCEDD; }
a { background-color: rgb(187,206,221); }
div.DivClassName
{
background-color: #BBCEDD;
}
.BgClassName
{
background-color: #BBCEDD;
}
</style>
border-color css
<style>
span { border-color: #BBCEDD; }
span { border-color: rgb(187,206,221); }
td.TdClassName
{
border-color: #BBCEDD;
}
.TagClassName
{
border-color: #BBCEDD;
}
</style>