Shades of Cruise #BADED8
Tints of Cruise #BADED8
RGB
CMYK
RGB Variations
Color information
#BADED8 (or 0xBADED8) is known color: Cruise. HEX triplet: BA, DE and D8. RGB value is (186,222,216). Sum of RGB (Red+Green+Blue) = 186+222+216=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED8 is #452127. Grayscale: #D2D2D2. Windows color (decimal): -4530472 or 14212794. OLE color: 14212794.
HSL color Cylindrical-coordinate representation of color #BADED8: hue angle of 170º 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 #BADED8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 216 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.13 |
| HSL | 170º | 0.35% | 0.8% | - |
| HSV(B) | 170º | 0.16% | 0.87% | - |
| XYZ | 58.77 | 67.64 | 74.92 | - |
| YUV | 210.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 216 | 0.16 | 0 | 0.03 | 0.13 | 170 | 0.35 | 0.8 |
| Hex | BA | DE | D8 | 10 | 0 | 3 | D | AA | 23 | 50 |
| Octal | 272 | 336 | 330 | 20 | 0 | 3 | 15 | 252 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11011000 | 10000 | 0 | 11 | 1101 | 10101010 | 100011 | 1010000 |
Color Harmonies of #BADED8
Complementary color
Monochromatic Colors of #BADED8
Black with #BADED8
Text Example
Text Example
White with #BADED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADED8; }
p { color: rgb(186,222,216); }
H1.HeaderClassName
{
color: #BADED8;
}
.AnyTagClassName
{
color: #BADED8;
}
</style>
background-color css
<style>
a { background-color: #BADED8; }
a { background-color: rgb(186,222,216); }
div.DivClassName
{
background-color: #BADED8;
}
.BgClassName
{
background-color: #BADED8;
}
</style>
border-color css
<style>
span { border-color: #BADED8; }
span { border-color: rgb(186,222,216); }
td.TdClassName
{
border-color: #BADED8;
}
.TagClassName
{
border-color: #BADED8;
}
</style>