Shades of Cruise #BADEDA
Tints of Cruise #BADEDA
RGB
CMYK
RGB Variations
Color information
#BADEDA (or 0xBADEDA) is known color: Cruise. HEX triplet: BA, DE and DA. RGB value is (186,222,218). Sum of RGB (Red+Green+Blue) = 186+222+218=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEDA is #452125. Grayscale: #D2D2D2. Windows color (decimal): -4530470 or 14343866. OLE color: 14343866.
HSL color Cylindrical-coordinate representation of color #BADEDA: hue angle of 173.33º 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 #BADEDA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 218 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.13 |
| HSL | 173.33º | 0.35% | 0.8% | - |
| HSV(B) | 173.33º | 0.16% | 0.87% | - |
| XYZ | 59.03 | 67.74 | 76.29 | - |
| YUV | 210.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 218 | 0.16 | 0 | 0.02 | 0.13 | 173.33 | 0.35 | 0.8 |
| Hex | BA | DE | DA | 10 | 0 | 2 | D | AD | 23 | 50 |
| Octal | 272 | 336 | 332 | 20 | 0 | 2 | 15 | 255 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11011010 | 10000 | 0 | 10 | 1101 | 10101101 | 100011 | 1010000 |
Color Harmonies of #BADEDA
Complementary color
Monochromatic Colors of #BADEDA
Black with #BADEDA
Text Example
Text Example
White with #BADEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEDA; }
p { color: rgb(186,222,218); }
H1.HeaderClassName
{
color: #BADEDA;
}
.AnyTagClassName
{
color: #BADEDA;
}
</style>
background-color css
<style>
a { background-color: #BADEDA; }
a { background-color: rgb(186,222,218); }
div.DivClassName
{
background-color: #BADEDA;
}
.BgClassName
{
background-color: #BADEDA;
}
</style>
border-color css
<style>
span { border-color: #BADEDA; }
span { border-color: rgb(186,222,218); }
td.TdClassName
{
border-color: #BADEDA;
}
.TagClassName
{
border-color: #BADEDA;
}
</style>