Shades of Cruise #BAE4DA
Tints of Cruise #BAE4DA
RGB
CMYK
RGB Variations
Color information
#BAE4DA (or 0xBAE4DA) is known color: Cruise. HEX triplet: BA, E4 and DA. RGB value is (186,228,218). Sum of RGB (Red+Green+Blue) = 186+228+218=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4DA is #451B25. Grayscale: #D6D6D6. Windows color (decimal): -4528934 or 14345402. OLE color: 14345402.
HSL color Cylindrical-coordinate representation of color #BAE4DA: hue angle of 165.71º degrees, saturation: 0.44, 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 #BAE4DA is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 218 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 165.71º | 0.44% | 0.81% | - |
| HSV(B) | 165.71º | 0.18% | 0.89% | - |
| XYZ | 60.65 | 70.99 | 76.84 | - |
| YUV | 214.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 218 | 0.18 | 0 | 0.04 | 0.11 | 165.71 | 0.44 | 0.81 |
| Hex | BA | E4 | DA | 12 | 0 | 4 | B | A6 | 2C | 51 |
| Octal | 272 | 344 | 332 | 22 | 0 | 4 | 13 | 246 | 54 | 121 |
| Binary | 10111010 | 11100100 | 11011010 | 10010 | 0 | 100 | 1011 | 10100110 | 101100 | 1010001 |
Color Harmonies of #BAE4DA
Complementary color
Monochromatic Colors of #BAE4DA
Black with #BAE4DA
Text Example
Text Example
White with #BAE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE4DA; }
p { color: rgb(186,228,218); }
H1.HeaderClassName
{
color: #BAE4DA;
}
.AnyTagClassName
{
color: #BAE4DA;
}
</style>
background-color css
<style>
a { background-color: #BAE4DA; }
a { background-color: rgb(186,228,218); }
div.DivClassName
{
background-color: #BAE4DA;
}
.BgClassName
{
background-color: #BAE4DA;
}
</style>
border-color css
<style>
span { border-color: #BAE4DA; }
span { border-color: rgb(186,228,218); }
td.TdClassName
{
border-color: #BAE4DA;
}
.TagClassName
{
border-color: #BAE4DA;
}
</style>