Shades of Spindle #BBCCDD
Tints of Spindle #BBCCDD
RGB
CMYK
RGB Variations
Color information
#BBCCDD (or 0xBBCCDD) is known color: Spindle. HEX triplet: BB, CC and DD. RGB value is (187,204,221). Sum of RGB (Red+Green+Blue) = 187+204+221=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCDD is #443322. Grayscale: #C8C8C8. Windows color (decimal): -4469539 or 14535867. OLE color: 14535867.
HSL color Cylindrical-coordinate representation of color #BBCCDD: hue angle of 210º 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 #BBCCDD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 187 | 204 | 221 | - |
CMYK | 0.15 | 0.08 | 0 | 0.13 |
HSL | 210º | 0.33% | 0.8% | - |
HSV(B) | 210º | 0.15% | 0.87% | - |
XYZ | 55.14 | 58.97 | 76.88 | - |
YUV | 200.86 | 139.37 | 118.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 221 | 0.15 | 0.08 | 0 | 0.13 | 210 | 0.33 | 0.8 |
Hex | BB | CC | DD | F | 8 | 0 | D | D2 | 21 | 50 |
Octal | 273 | 314 | 335 | 17 | 10 | 0 | 15 | 322 | 41 | 120 |
Binary | 10111011 | 11001100 | 11011101 | 1111 | 1000 | 0 | 1101 | 11010010 | 100001 | 1010000 |
Color Harmonies of #BBCCDD
Complementary color
Monochromatic Colors of #BBCCDD
Black with #BBCCDD
Text Example
Text Example
White with #BBCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCDD; }
p { color: rgb(187,204,221); }
H1.HeaderClassName
{
color: #BBCCDD;
}
.AnyTagClassName
{
color: #BBCCDD;
}
</style>
background-color css
<style>
a { background-color: #BBCCDD; }
a { background-color: rgb(187,204,221); }
div.DivClassName
{
background-color: #BBCCDD;
}
.BgClassName
{
background-color: #BBCCDD;
}
</style>
border-color css
<style>
span { border-color: #BBCCDD; }
span { border-color: rgb(187,204,221); }
td.TdClassName
{
border-color: #BBCCDD;
}
.TagClassName
{
border-color: #BBCCDD;
}
</style>