Shades of Cruise #BADED0
Tints of Cruise #BADED0
RGB
CMYK
RGB Variations
Color information
#BADED0 (or 0xBADED0) is known color: Cruise. HEX triplet: BA, DE and D0. RGB value is (186,222,208). Sum of RGB (Red+Green+Blue) = 186+222+208=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED0 is #45212F. Grayscale: #D1D1D1. Windows color (decimal): -4530480 or 13688506. OLE color: 13688506.
HSL color Cylindrical-coordinate representation of color #BADED0: hue angle of 156.67º degrees, saturation: 0.35, 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 #BADED0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 208 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.13 |
| HSL | 156.67º | 0.35% | 0.8% | - |
| HSV(B) | 156.67º | 0.16% | 0.87% | - |
| XYZ | 57.76 | 67.24 | 69.61 | - |
| YUV | 209.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 208 | 0.16 | 0 | 0.06 | 0.13 | 156.67 | 0.35 | 0.8 |
| Hex | BA | DE | D0 | 10 | 0 | 6 | D | 9D | 23 | 50 |
| Octal | 272 | 336 | 320 | 20 | 0 | 6 | 15 | 235 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11010000 | 10000 | 0 | 110 | 1101 | 10011101 | 100011 | 1010000 |
Color Harmonies of #BADED0
Complementary color
Monochromatic Colors of #BADED0
Black with #BADED0
Text Example
Text Example
White with #BADED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADED0; }
p { color: rgb(186,222,208); }
H1.HeaderClassName
{
color: #BADED0;
}
.AnyTagClassName
{
color: #BADED0;
}
</style>
background-color css
<style>
a { background-color: #BADED0; }
a { background-color: rgb(186,222,208); }
div.DivClassName
{
background-color: #BADED0;
}
.BgClassName
{
background-color: #BADED0;
}
</style>
border-color css
<style>
span { border-color: #BADED0; }
span { border-color: rgb(186,222,208); }
td.TdClassName
{
border-color: #BADED0;
}
.TagClassName
{
border-color: #BADED0;
}
</style>