Shades of Cruise #BAE6D7
Tints of Cruise #BAE6D7
RGB
CMYK
RGB Variations
Color information
#BAE6D7 (or 0xBAE6D7) is known color: Cruise. HEX triplet: BA, E6 and D7. RGB value is (186,230,215). Sum of RGB (Red+Green+Blue) = 186+230+215=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6D7 is #451928. Grayscale: #D7D7D7. Windows color (decimal): -4528425 or 14149306. OLE color: 14149306.
HSL color Cylindrical-coordinate representation of color #BAE6D7: hue angle of 159.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6D7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 215 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.10 |
| HSL | 159.55º | 0.47% | 0.82% | - |
| HSV(B) | 159.55º | 0.19% | 0.9% | - |
| XYZ | 60.81 | 71.94 | 74.97 | - |
| YUV | 215.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 215 | 0.19 | 0 | 0.07 | 0.10 | 159.55 | 0.47 | 0.82 |
| Hex | BA | E6 | D7 | 13 | 0 | 7 | A | A0 | 2F | 52 |
| Octal | 272 | 346 | 327 | 23 | 0 | 7 | 12 | 240 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11010111 | 10011 | 0 | 111 | 1010 | 10100000 | 101111 | 1010010 |
Color Harmonies of #BAE6D7
Complementary color
Monochromatic Colors of #BAE6D7
Black with #BAE6D7
Text Example
Text Example
White with #BAE6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6D7; }
p { color: rgb(186,230,215); }
H1.HeaderClassName
{
color: #BAE6D7;
}
.AnyTagClassName
{
color: #BAE6D7;
}
</style>
background-color css
<style>
a { background-color: #BAE6D7; }
a { background-color: rgb(186,230,215); }
div.DivClassName
{
background-color: #BAE6D7;
}
.BgClassName
{
background-color: #BAE6D7;
}
</style>
border-color css
<style>
span { border-color: #BAE6D7; }
span { border-color: rgb(186,230,215); }
td.TdClassName
{
border-color: #BAE6D7;
}
.TagClassName
{
border-color: #BAE6D7;
}
</style>