Shades of Spindle #BBCFDA
Tints of Spindle #BBCFDA
RGB
CMYK
RGB Variations
Color information
#BBCFDA (or 0xBBCFDA) is known color: Spindle. HEX triplet: BB, CF and DA. RGB value is (187,207,218). Sum of RGB (Red+Green+Blue) = 187+207+218=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDA is #443025. Grayscale: #CACACA. Windows color (decimal): -4468774 or 14340027. OLE color: 14340027.
HSL color Cylindrical-coordinate representation of color #BBCFDA: hue angle of 201.29º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCFDA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 207 | 218 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.15 |
| HSL | 201.29º | 0.3% | 0.79% | - |
| HSV(B) | 201.29º | 0.14% | 0.85% | - |
| XYZ | 55.46 | 60.25 | 75.04 | - |
| YUV | 202.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 218 | 0.14 | 0.05 | 0 | 0.15 | 201.29 | 0.3 | 0.79 |
| Hex | BB | CF | DA | E | 5 | 0 | F | C9 | 1E | 4F |
| Octal | 273 | 317 | 332 | 16 | 5 | 0 | 17 | 311 | 36 | 117 |
| Binary | 10111011 | 11001111 | 11011010 | 1110 | 101 | 0 | 1111 | 11001001 | 11110 | 1001111 |
Color Harmonies of #BBCFDA
Complementary color
Monochromatic Colors of #BBCFDA
Black with #BBCFDA
Text Example
Text Example
White with #BBCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFDA; }
p { color: rgb(187,207,218); }
H1.HeaderClassName
{
color: #BBCFDA;
}
.AnyTagClassName
{
color: #BBCFDA;
}
</style>
background-color css
<style>
a { background-color: #BBCFDA; }
a { background-color: rgb(187,207,218); }
div.DivClassName
{
background-color: #BBCFDA;
}
.BgClassName
{
background-color: #BBCFDA;
}
</style>
border-color css
<style>
span { border-color: #BBCFDA; }
span { border-color: rgb(187,207,218); }
td.TdClassName
{
border-color: #BBCFDA;
}
.TagClassName
{
border-color: #BBCFDA;
}
</style>