Shades of Spindle #BABECC
Tints of Spindle #BABECC
RGB
CMYK
RGB Variations
Color information
#BABECC (or 0xBABECC) is known color: Spindle. HEX triplet: BA, BE and CC. RGB value is (186,190,204). Sum of RGB (Red+Green+Blue) = 186+190+204=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABECC is #454133. Grayscale: #BEBEBE. Windows color (decimal): -4538676 or 13418170. OLE color: 13418170.
HSL color Cylindrical-coordinate representation of color #BABECC: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABECC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 186 | 190 | 204 | - |
CMYK | 0.09 | 0.07 | 0 | 0.2 |
HSL | 226.67º | 0.15% | 0.76% | - |
HSV(B) | 226.67º | 0.09% | 0.8% | - |
XYZ | 49.56 | 51.63 | 64.48 | - |
YUV | 190.4 | 135.67 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 190 | 204 | 0.09 | 0.07 | 0 | 0.2 | 226.67 | 0.15 | 0.76 |
Hex | BA | BE | CC | 9 | 7 | 0 | 14 | E3 | F | 4C |
Octal | 272 | 276 | 314 | 11 | 7 | 0 | 24 | 343 | 17 | 114 |
Binary | 10111010 | 10111110 | 11001100 | 1001 | 111 | 0 | 10100 | 11100011 | 1111 | 1001100 |
Color Harmonies of #BABECC
Complementary color
Monochromatic Colors of #BABECC
Black with #BABECC
Text Example
Text Example
White with #BABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABECC; }
p { color: rgb(186,190,204); }
H1.HeaderClassName
{
color: #BABECC;
}
.AnyTagClassName
{
color: #BABECC;
}
</style>
background-color css
<style>
a { background-color: #BABECC; }
a { background-color: rgb(186,190,204); }
div.DivClassName
{
background-color: #BABECC;
}
.BgClassName
{
background-color: #BABECC;
}
</style>
border-color css
<style>
span { border-color: #BABECC; }
span { border-color: rgb(186,190,204); }
td.TdClassName
{
border-color: #BABECC;
}
.TagClassName
{
border-color: #BABECC;
}
</style>