Shades of Spindle #BBCDDD
Tints of Spindle #BBCDDD
RGB
CMYK
RGB Variations
Color information
#BBCDDD (or 0xBBCDDD) is known color: Spindle. HEX triplet: BB, CD and DD. RGB value is (187,205,221). Sum of RGB (Red+Green+Blue) = 187+205+221=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDDD is #443222. Grayscale: #C9C9C9. Windows color (decimal): -4469283 or 14536123. OLE color: 14536123.
HSL color Cylindrical-coordinate representation of color #BBCDDD: hue angle of 208.24º 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 #BBCDDD is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 187 | 205 | 221 | - |
CMYK | 0.15 | 0.07 | 0 | 0.13 |
HSL | 208.24º | 0.33% | 0.8% | - |
HSV(B) | 208.24º | 0.15% | 0.87% | - |
XYZ | 55.38 | 59.45 | 76.96 | - |
YUV | 201.44 | 139.04 | 117.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 221 | 0.15 | 0.07 | 0 | 0.13 | 208.24 | 0.33 | 0.8 |
Hex | BB | CD | DD | F | 7 | 0 | D | D0 | 21 | 50 |
Octal | 273 | 315 | 335 | 17 | 7 | 0 | 15 | 320 | 41 | 120 |
Binary | 10111011 | 11001101 | 11011101 | 1111 | 111 | 0 | 1101 | 11010000 | 100001 | 1010000 |
Color Harmonies of #BBCDDD
Complementary color
Monochromatic Colors of #BBCDDD
Black with #BBCDDD
Text Example
Text Example
White with #BBCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDDD; }
p { color: rgb(187,205,221); }
H1.HeaderClassName
{
color: #BBCDDD;
}
.AnyTagClassName
{
color: #BBCDDD;
}
</style>
background-color css
<style>
a { background-color: #BBCDDD; }
a { background-color: rgb(187,205,221); }
div.DivClassName
{
background-color: #BBCDDD;
}
.BgClassName
{
background-color: #BBCDDD;
}
</style>
border-color css
<style>
span { border-color: #BBCDDD; }
span { border-color: rgb(187,205,221); }
td.TdClassName
{
border-color: #BBCDDD;
}
.TagClassName
{
border-color: #BBCDDD;
}
</style>