Shades of Cruise #BAE2DA
Tints of Cruise #BAE2DA
RGB
CMYK
RGB Variations
Color information
#BAE2DA (or 0xBAE2DA) is known color: Cruise. HEX triplet: BA, E2 and DA. RGB value is (186,226,218). Sum of RGB (Red+Green+Blue) = 186+226+218=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DA is #451D25. Grayscale: #D5D5D5. Windows color (decimal): -4529446 or 14344890. OLE color: 14344890.
HSL color Cylindrical-coordinate representation of color #BAE2DA: hue angle of 168º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE2DA is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 218 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 168º | 0.41% | 0.81% | - |
| HSV(B) | 168º | 0.18% | 0.89% | - |
| XYZ | 60.1 | 69.89 | 76.65 | - |
| YUV | 213.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 218 | 0.18 | 0 | 0.04 | 0.11 | 168 | 0.41 | 0.81 |
| Hex | BA | E2 | DA | 12 | 0 | 4 | B | A8 | 29 | 51 |
| Octal | 272 | 342 | 332 | 22 | 0 | 4 | 13 | 250 | 51 | 121 |
| Binary | 10111010 | 11100010 | 11011010 | 10010 | 0 | 100 | 1011 | 10101000 | 101001 | 1010001 |
Color Harmonies of #BAE2DA
Complementary color
Monochromatic Colors of #BAE2DA
Black with #BAE2DA
Text Example
Text Example
White with #BAE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2DA; }
p { color: rgb(186,226,218); }
H1.HeaderClassName
{
color: #BAE2DA;
}
.AnyTagClassName
{
color: #BAE2DA;
}
</style>
background-color css
<style>
a { background-color: #BAE2DA; }
a { background-color: rgb(186,226,218); }
div.DivClassName
{
background-color: #BAE2DA;
}
.BgClassName
{
background-color: #BAE2DA;
}
</style>
border-color css
<style>
span { border-color: #BAE2DA; }
span { border-color: rgb(186,226,218); }
td.TdClassName
{
border-color: #BAE2DA;
}
.TagClassName
{
border-color: #BAE2DA;
}
</style>