Shades of Cruise #BAE1D8
Tints of Cruise #BAE1D8
RGB
CMYK
RGB Variations
Color information
#BAE1D8 (or 0xBAE1D8) is known color: Cruise. HEX triplet: BA, E1 and D8. RGB value is (186,225,216). Sum of RGB (Red+Green+Blue) = 186+225+216=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1D8 is #451E27. Grayscale: #D4D4D4. Windows color (decimal): -4529704 or 14213562. OLE color: 14213562.
HSL color Cylindrical-coordinate representation of color #BAE1D8: hue angle of 166.15º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1D8 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 216 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.12 |
| HSL | 166.15º | 0.39% | 0.81% | - |
| HSV(B) | 166.15º | 0.17% | 0.88% | - |
| XYZ | 59.57 | 69.25 | 75.19 | - |
| YUV | 212.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 216 | 0.17 | 0 | 0.04 | 0.12 | 166.15 | 0.39 | 0.81 |
| Hex | BA | E1 | D8 | 11 | 0 | 4 | C | A6 | 27 | 51 |
| Octal | 272 | 341 | 330 | 21 | 0 | 4 | 14 | 246 | 47 | 121 |
| Binary | 10111010 | 11100001 | 11011000 | 10001 | 0 | 100 | 1100 | 10100110 | 100111 | 1010001 |
Color Harmonies of #BAE1D8
Complementary color
Monochromatic Colors of #BAE1D8
Black with #BAE1D8
Text Example
Text Example
White with #BAE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1D8; }
p { color: rgb(186,225,216); }
H1.HeaderClassName
{
color: #BAE1D8;
}
.AnyTagClassName
{
color: #BAE1D8;
}
</style>
background-color css
<style>
a { background-color: #BAE1D8; }
a { background-color: rgb(186,225,216); }
div.DivClassName
{
background-color: #BAE1D8;
}
.BgClassName
{
background-color: #BAE1D8;
}
</style>
border-color css
<style>
span { border-color: #BAE1D8; }
span { border-color: rgb(186,225,216); }
td.TdClassName
{
border-color: #BAE1D8;
}
.TagClassName
{
border-color: #BAE1D8;
}
</style>