Shades of Spindle #BBCCD6
Tints of Spindle #BBCCD6
RGB
CMYK
RGB Variations
Color information
#BBCCD6 (or 0xBBCCD6) is known color: Spindle. HEX triplet: BB, CC and D6. RGB value is (187,204,214). Sum of RGB (Red+Green+Blue) = 187+204+214=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD6 is #443329. Grayscale: #C8C8C8. Windows color (decimal): -4469546 or 14077115. OLE color: 14077115.
HSL color Cylindrical-coordinate representation of color #BBCCD6: hue angle of 202.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCCD6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 204 | 214 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.16 |
| HSL | 202.22º | 0.25% | 0.79% | - |
| HSV(B) | 202.22º | 0.13% | 0.84% | - |
| XYZ | 54.22 | 58.61 | 72.07 | - |
| YUV | 200.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 214 | 0.13 | 0.05 | 0 | 0.16 | 202.22 | 0.25 | 0.79 |
| Hex | BB | CC | D6 | D | 5 | 0 | 10 | CA | 19 | 4F |
| Octal | 273 | 314 | 326 | 15 | 5 | 0 | 20 | 312 | 31 | 117 |
| Binary | 10111011 | 11001100 | 11010110 | 1101 | 101 | 0 | 10000 | 11001010 | 11001 | 1001111 |
Color Harmonies of #BBCCD6
Complementary color
Monochromatic Colors of #BBCCD6
Black with #BBCCD6
Text Example
Text Example
White with #BBCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCD6; }
p { color: rgb(187,204,214); }
H1.HeaderClassName
{
color: #BBCCD6;
}
.AnyTagClassName
{
color: #BBCCD6;
}
</style>
background-color css
<style>
a { background-color: #BBCCD6; }
a { background-color: rgb(187,204,214); }
div.DivClassName
{
background-color: #BBCCD6;
}
.BgClassName
{
background-color: #BBCCD6;
}
</style>
border-color css
<style>
span { border-color: #BBCCD6; }
span { border-color: rgb(187,204,214); }
td.TdClassName
{
border-color: #BBCCD6;
}
.TagClassName
{
border-color: #BBCCD6;
}
</style>