Shades of Spindle #BBCADA
Tints of Spindle #BBCADA
RGB
CMYK
RGB Variations
Color information
#BBCADA (or 0xBBCADA) is known color: Spindle. HEX triplet: BB, CA and DA. RGB value is (187,202,218). Sum of RGB (Red+Green+Blue) = 187+202+218=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADA is #443525. Grayscale: #C7C7C7. Windows color (decimal): -4470054 or 14338747. OLE color: 14338747.
HSL color Cylindrical-coordinate representation of color #BBCADA: hue angle of 210.97º 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 #BBCADA is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 187 | 202 | 218 | - |
CMYK | 0.14 | 0.07 | 0 | 0.15 |
HSL | 210.97º | 0.3% | 0.79% | - |
HSV(B) | 210.97º | 0.14% | 0.85% | - |
XYZ | 54.27 | 57.87 | 74.64 | - |
YUV | 199.34 | 138.53 | 119.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 218 | 0.14 | 0.07 | 0 | 0.15 | 210.97 | 0.3 | 0.79 |
Hex | BB | CA | DA | E | 7 | 0 | F | D3 | 1E | 4F |
Octal | 273 | 312 | 332 | 16 | 7 | 0 | 17 | 323 | 36 | 117 |
Binary | 10111011 | 11001010 | 11011010 | 1110 | 111 | 0 | 1111 | 11010011 | 11110 | 1001111 |
Color Harmonies of #BBCADA
Complementary color
Monochromatic Colors of #BBCADA
Black with #BBCADA
Text Example
Text Example
White with #BBCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCADA; }
p { color: rgb(187,202,218); }
H1.HeaderClassName
{
color: #BBCADA;
}
.AnyTagClassName
{
color: #BBCADA;
}
</style>
background-color css
<style>
a { background-color: #BBCADA; }
a { background-color: rgb(187,202,218); }
div.DivClassName
{
background-color: #BBCADA;
}
.BgClassName
{
background-color: #BBCADA;
}
</style>
border-color css
<style>
span { border-color: #BBCADA; }
span { border-color: rgb(187,202,218); }
td.TdClassName
{
border-color: #BBCADA;
}
.TagClassName
{
border-color: #BBCADA;
}
</style>