Shades of Spindle #BBCFDD
Tints of Spindle #BBCFDD
RGB
CMYK
RGB Variations
Color information
#BBCFDD (or 0xBBCFDD) is known color: Spindle. HEX triplet: BB, CF and DD. RGB value is (187,207,221). Sum of RGB (Red+Green+Blue) = 187+207+221=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDD is #443022. Grayscale: #CACACA. Windows color (decimal): -4468771 or 14536635. OLE color: 14536635.
HSL color Cylindrical-coordinate representation of color #BBCFDD: hue angle of 204.71º 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 #BBCFDD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 207 | 221 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.13 |
| HSL | 204.71º | 0.33% | 0.8% | - |
| HSV(B) | 204.71º | 0.15% | 0.87% | - |
| XYZ | 55.86 | 60.41 | 77.12 | - |
| YUV | 202.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 221 | 0.15 | 0.06 | 0 | 0.13 | 204.71 | 0.33 | 0.8 |
| Hex | BB | CF | DD | F | 6 | 0 | D | CD | 21 | 50 |
| Octal | 273 | 317 | 335 | 17 | 6 | 0 | 15 | 315 | 41 | 120 |
| Binary | 10111011 | 11001111 | 11011101 | 1111 | 110 | 0 | 1101 | 11001101 | 100001 | 1010000 |
Color Harmonies of #BBCFDD
Complementary color
Monochromatic Colors of #BBCFDD
Black with #BBCFDD
Text Example
Text Example
White with #BBCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFDD; }
p { color: rgb(187,207,221); }
H1.HeaderClassName
{
color: #BBCFDD;
}
.AnyTagClassName
{
color: #BBCFDD;
}
</style>
background-color css
<style>
a { background-color: #BBCFDD; }
a { background-color: rgb(187,207,221); }
div.DivClassName
{
background-color: #BBCFDD;
}
.BgClassName
{
background-color: #BBCFDD;
}
</style>
border-color css
<style>
span { border-color: #BBCFDD; }
span { border-color: rgb(187,207,221); }
td.TdClassName
{
border-color: #BBCFDD;
}
.TagClassName
{
border-color: #BBCFDD;
}
</style>