Shades of Cruise #BAD8D1
Tints of Cruise #BAD8D1
RGB
CMYK
RGB Variations
Color information
#BAD8D1 (or 0xBAD8D1) is known color: Cruise. HEX triplet: BA, D8 and D1. RGB value is (186,216,209). Sum of RGB (Red+Green+Blue) = 186+216+209=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8D1 is #45272E. Grayscale: #CECECE. Windows color (decimal): -4532015 or 13752506. OLE color: 13752506.
HSL color Cylindrical-coordinate representation of color #BAD8D1: hue angle of 166º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD8D1 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 209 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.15 |
| HSL | 166º | 0.28% | 0.79% | - |
| HSV(B) | 166º | 0.14% | 0.85% | - |
| XYZ | 56.31 | 64.15 | 69.74 | - |
| YUV | 206.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 209 | 0.14 | 0 | 0.03 | 0.15 | 166 | 0.28 | 0.79 |
| Hex | BA | D8 | D1 | E | 0 | 3 | F | A6 | 1C | 4F |
| Octal | 272 | 330 | 321 | 16 | 0 | 3 | 17 | 246 | 34 | 117 |
| Binary | 10111010 | 11011000 | 11010001 | 1110 | 0 | 11 | 1111 | 10100110 | 11100 | 1001111 |
Color Harmonies of #BAD8D1
Complementary color
Monochromatic Colors of #BAD8D1
Black with #BAD8D1
Text Example
Text Example
White with #BAD8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8D1; }
p { color: rgb(186,216,209); }
H1.HeaderClassName
{
color: #BAD8D1;
}
.AnyTagClassName
{
color: #BAD8D1;
}
</style>
background-color css
<style>
a { background-color: #BAD8D1; }
a { background-color: rgb(186,216,209); }
div.DivClassName
{
background-color: #BAD8D1;
}
.BgClassName
{
background-color: #BAD8D1;
}
</style>
border-color css
<style>
span { border-color: #BAD8D1; }
span { border-color: rgb(186,216,209); }
td.TdClassName
{
border-color: #BAD8D1;
}
.TagClassName
{
border-color: #BAD8D1;
}
</style>