Shades of Cruise #BADDD9
Tints of Cruise #BADDD9
RGB
CMYK
RGB Variations
Color information
#BADDD9 (or 0xBADDD9) is known color: Cruise. HEX triplet: BA, DD and D9. RGB value is (186,221,217). Sum of RGB (Red+Green+Blue) = 186+221+217=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD9 is #452226. Grayscale: #D2D2D2. Windows color (decimal): -4530727 or 14278074. OLE color: 14278074.
HSL color Cylindrical-coordinate representation of color #BADDD9: hue angle of 173.14º degrees, saturation: 0.34, 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 #BADDD9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 217 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.13 |
| HSL | 173.14º | 0.34% | 0.8% | - |
| HSV(B) | 173.14º | 0.16% | 0.87% | - |
| XYZ | 58.63 | 67.16 | 75.52 | - |
| YUV | 210.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 217 | 0.16 | 0 | 0.02 | 0.13 | 173.14 | 0.34 | 0.8 |
| Hex | BA | DD | D9 | 10 | 0 | 2 | D | AD | 22 | 50 |
| Octal | 272 | 335 | 331 | 20 | 0 | 2 | 15 | 255 | 42 | 120 |
| Binary | 10111010 | 11011101 | 11011001 | 10000 | 0 | 10 | 1101 | 10101101 | 100010 | 1010000 |
Color Harmonies of #BADDD9
Complementary color
Monochromatic Colors of #BADDD9
Black with #BADDD9
Text Example
Text Example
White with #BADDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDD9; }
p { color: rgb(186,221,217); }
H1.HeaderClassName
{
color: #BADDD9;
}
.AnyTagClassName
{
color: #BADDD9;
}
</style>
background-color css
<style>
a { background-color: #BADDD9; }
a { background-color: rgb(186,221,217); }
div.DivClassName
{
background-color: #BADDD9;
}
.BgClassName
{
background-color: #BADDD9;
}
</style>
border-color css
<style>
span { border-color: #BADDD9; }
span { border-color: rgb(186,221,217); }
td.TdClassName
{
border-color: #BADDD9;
}
.TagClassName
{
border-color: #BADDD9;
}
</style>