Shades of Cruise #BAE0D3
Tints of Cruise #BAE0D3
RGB
CMYK
RGB Variations
Color information
#BAE0D3 (or 0xBAE0D3) is known color: Cruise. HEX triplet: BA, E0 and D3. RGB value is (186,224,211). Sum of RGB (Red+Green+Blue) = 186+224+211=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0D3 is #451F2C. Grayscale: #D3D3D3. Windows color (decimal): -4529965 or 13885626. OLE color: 13885626.
HSL color Cylindrical-coordinate representation of color #BAE0D3: hue angle of 159.47º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE0D3 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 211 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.12 |
| HSL | 159.47º | 0.38% | 0.8% | - |
| HSV(B) | 159.47º | 0.17% | 0.88% | - |
| XYZ | 58.66 | 68.45 | 71.75 | - |
| YUV | 211.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 211 | 0.17 | 0 | 0.06 | 0.12 | 159.47 | 0.38 | 0.8 |
| Hex | BA | E0 | D3 | 11 | 0 | 6 | C | 9F | 26 | 50 |
| Octal | 272 | 340 | 323 | 21 | 0 | 6 | 14 | 237 | 46 | 120 |
| Binary | 10111010 | 11100000 | 11010011 | 10001 | 0 | 110 | 1100 | 10011111 | 100110 | 1010000 |
Color Harmonies of #BAE0D3
Complementary color
Monochromatic Colors of #BAE0D3
Black with #BAE0D3
Text Example
Text Example
White with #BAE0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0D3; }
p { color: rgb(186,224,211); }
H1.HeaderClassName
{
color: #BAE0D3;
}
.AnyTagClassName
{
color: #BAE0D3;
}
</style>
background-color css
<style>
a { background-color: #BAE0D3; }
a { background-color: rgb(186,224,211); }
div.DivClassName
{
background-color: #BAE0D3;
}
.BgClassName
{
background-color: #BAE0D3;
}
</style>
border-color css
<style>
span { border-color: #BAE0D3; }
span { border-color: rgb(186,224,211); }
td.TdClassName
{
border-color: #BAE0D3;
}
.TagClassName
{
border-color: #BAE0D3;
}
</style>