Shades of Cruise #BADED3
Tints of Cruise #BADED3
RGB
CMYK
RGB Variations
Color information
#BADED3 (or 0xBADED3) is known color: Cruise. HEX triplet: BA, DE and D3. RGB value is (186,222,211). Sum of RGB (Red+Green+Blue) = 186+222+211=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED3 is #45212C. Grayscale: #D1D1D1. Windows color (decimal): -4530477 or 13885114. OLE color: 13885114.
HSL color Cylindrical-coordinate representation of color #BADED3: hue angle of 161.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 #BADED3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 211 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.13 |
| HSL | 161.67º | 0.35% | 0.8% | - |
| HSV(B) | 161.67º | 0.16% | 0.87% | - |
| XYZ | 58.13 | 67.38 | 71.57 | - |
| YUV | 209.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 211 | 0.16 | 0 | 0.05 | 0.13 | 161.67 | 0.35 | 0.8 |
| Hex | BA | DE | D3 | 10 | 0 | 5 | D | A2 | 23 | 50 |
| Octal | 272 | 336 | 323 | 20 | 0 | 5 | 15 | 242 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11010011 | 10000 | 0 | 101 | 1101 | 10100010 | 100011 | 1010000 |
Color Harmonies of #BADED3
Complementary color
Monochromatic Colors of #BADED3
Black with #BADED3
Text Example
Text Example
White with #BADED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADED3; }
p { color: rgb(186,222,211); }
H1.HeaderClassName
{
color: #BADED3;
}
.AnyTagClassName
{
color: #BADED3;
}
</style>
background-color css
<style>
a { background-color: #BADED3; }
a { background-color: rgb(186,222,211); }
div.DivClassName
{
background-color: #BADED3;
}
.BgClassName
{
background-color: #BADED3;
}
</style>
border-color css
<style>
span { border-color: #BADED3; }
span { border-color: rgb(186,222,211); }
td.TdClassName
{
border-color: #BADED3;
}
.TagClassName
{
border-color: #BADED3;
}
</style>