Shades of Spindle #BBCCDF
Tints of Spindle #BBCCDF
RGB
CMYK
RGB Variations
Color information
#BBCCDF (or 0xBBCCDF) is known color: Spindle. HEX triplet: BB, CC and DF. RGB value is (187,204,223). Sum of RGB (Red+Green+Blue) = 187+204+223=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCDF is #443320. Grayscale: #C8C8C8. Windows color (decimal): -4469537 or 14666939. OLE color: 14666939.
HSL color Cylindrical-coordinate representation of color #BBCCDF: hue angle of 211.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCCDF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 204 | 223 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.13 |
| HSL | 211.67º | 0.36% | 0.8% | - |
| HSV(B) | 211.67º | 0.16% | 0.87% | - |
| XYZ | 55.41 | 59.08 | 78.3 | - |
| YUV | 201.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 223 | 0.16 | 0.09 | 0 | 0.13 | 211.67 | 0.36 | 0.8 |
| Hex | BB | CC | DF | 10 | 9 | 0 | D | D4 | 24 | 50 |
| Octal | 273 | 314 | 337 | 20 | 11 | 0 | 15 | 324 | 44 | 120 |
| Binary | 10111011 | 11001100 | 11011111 | 10000 | 1001 | 0 | 1101 | 11010100 | 100100 | 1010000 |
Color Harmonies of #BBCCDF
Complementary color
Monochromatic Colors of #BBCCDF
Black with #BBCCDF
Text Example
Text Example
White with #BBCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCDF; }
p { color: rgb(187,204,223); }
H1.HeaderClassName
{
color: #BBCCDF;
}
.AnyTagClassName
{
color: #BBCCDF;
}
</style>
background-color css
<style>
a { background-color: #BBCCDF; }
a { background-color: rgb(187,204,223); }
div.DivClassName
{
background-color: #BBCCDF;
}
.BgClassName
{
background-color: #BBCCDF;
}
</style>
border-color css
<style>
span { border-color: #BBCCDF; }
span { border-color: rgb(187,204,223); }
td.TdClassName
{
border-color: #BBCCDF;
}
.TagClassName
{
border-color: #BBCCDF;
}
</style>