Shades of Cruise #BAE1D3
Tints of Cruise #BAE1D3
RGB
CMYK
RGB Variations
Color information
#BAE1D3 (or 0xBAE1D3) is known color: Cruise. HEX triplet: BA, E1 and D3. RGB value is (186,225,211). Sum of RGB (Red+Green+Blue) = 186+225+211=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1D3 is #451E2C. Grayscale: #D3D3D3. Windows color (decimal): -4529709 or 13885882. OLE color: 13885882.
HSL color Cylindrical-coordinate representation of color #BAE1D3: hue angle of 158.46º 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 #BAE1D3 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 211 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.12 |
| HSL | 158.46º | 0.39% | 0.81% | - |
| HSV(B) | 158.46º | 0.17% | 0.88% | - |
| XYZ | 58.93 | 68.99 | 71.84 | - |
| YUV | 211.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 211 | 0.17 | 0 | 0.06 | 0.12 | 158.46 | 0.39 | 0.81 |
| Hex | BA | E1 | D3 | 11 | 0 | 6 | C | 9E | 27 | 51 |
| Octal | 272 | 341 | 323 | 21 | 0 | 6 | 14 | 236 | 47 | 121 |
| Binary | 10111010 | 11100001 | 11010011 | 10001 | 0 | 110 | 1100 | 10011110 | 100111 | 1010001 |
Color Harmonies of #BAE1D3
Complementary color
Monochromatic Colors of #BAE1D3
Black with #BAE1D3
Text Example
Text Example
White with #BAE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1D3; }
p { color: rgb(186,225,211); }
H1.HeaderClassName
{
color: #BAE1D3;
}
.AnyTagClassName
{
color: #BAE1D3;
}
</style>
background-color css
<style>
a { background-color: #BAE1D3; }
a { background-color: rgb(186,225,211); }
div.DivClassName
{
background-color: #BAE1D3;
}
.BgClassName
{
background-color: #BAE1D3;
}
</style>
border-color css
<style>
span { border-color: #BAE1D3; }
span { border-color: rgb(186,225,211); }
td.TdClassName
{
border-color: #BAE1D3;
}
.TagClassName
{
border-color: #BAE1D3;
}
</style>