Shades of Cruise #BAE3DB
Tints of Cruise #BAE3DB
RGB
CMYK
RGB Variations
Color information
#BAE3DB (or 0xBAE3DB) is known color: Cruise. HEX triplet: BA, E3 and DB. RGB value is (186,227,219). Sum of RGB (Red+Green+Blue) = 186+227+219=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3DB is #451C24. Grayscale: #D5D5D5. Windows color (decimal): -4529189 or 14410682. OLE color: 14410682.
HSL color Cylindrical-coordinate representation of color #BAE3DB: hue angle of 168.29º degrees, saturation: 0.42, 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 #BAE3DB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 219 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 168.29º | 0.42% | 0.81% | - |
| HSV(B) | 168.29º | 0.18% | 0.89% | - |
| XYZ | 60.5 | 70.49 | 77.44 | - |
| YUV | 213.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 219 | 0.18 | 0 | 0.04 | 0.11 | 168.29 | 0.42 | 0.81 |
| Hex | BA | E3 | DB | 12 | 0 | 4 | B | A8 | 2A | 51 |
| Octal | 272 | 343 | 333 | 22 | 0 | 4 | 13 | 250 | 52 | 121 |
| Binary | 10111010 | 11100011 | 11011011 | 10010 | 0 | 100 | 1011 | 10101000 | 101010 | 1010001 |
Color Harmonies of #BAE3DB
Complementary color
Monochromatic Colors of #BAE3DB
Black with #BAE3DB
Text Example
Text Example
White with #BAE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3DB; }
p { color: rgb(186,227,219); }
H1.HeaderClassName
{
color: #BAE3DB;
}
.AnyTagClassName
{
color: #BAE3DB;
}
</style>
background-color css
<style>
a { background-color: #BAE3DB; }
a { background-color: rgb(186,227,219); }
div.DivClassName
{
background-color: #BAE3DB;
}
.BgClassName
{
background-color: #BAE3DB;
}
</style>
border-color css
<style>
span { border-color: #BAE3DB; }
span { border-color: rgb(186,227,219); }
td.TdClassName
{
border-color: #BAE3DB;
}
.TagClassName
{
border-color: #BAE3DB;
}
</style>