Shades of Cruise #BEE2D9
Tints of Cruise #BEE2D9
RGB
CMYK
RGB Variations
Color information
#BEE2D9 (or 0xBEE2D9) is known color: Cruise. HEX triplet: BE, E2 and D9. RGB value is (190,226,217). Sum of RGB (Red+Green+Blue) = 190+226+217=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2D9 is #411D26. Grayscale: #D6D6D6. Windows color (decimal): -4267303 or 14279358. OLE color: 14279358.
HSL color Cylindrical-coordinate representation of color #BEE2D9: hue angle of 165º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2D9 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 217 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.11 |
| HSL | 165º | 0.38% | 0.82% | - |
| HSV(B) | 165º | 0.16% | 0.89% | - |
| XYZ | 60.96 | 70.35 | 76.01 | - |
| YUV | 214.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 217 | 0.16 | 0 | 0.04 | 0.11 | 165 | 0.38 | 0.82 |
| Hex | BE | E2 | D9 | 10 | 0 | 4 | B | A5 | 26 | 52 |
| Octal | 276 | 342 | 331 | 20 | 0 | 4 | 13 | 245 | 46 | 122 |
| Binary | 10111110 | 11100010 | 11011001 | 10000 | 0 | 100 | 1011 | 10100101 | 100110 | 1010010 |
Color Harmonies of #BEE2D9
Complementary color
Monochromatic Colors of #BEE2D9
Black with #BEE2D9
Text Example
Text Example
White with #BEE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE2D9; }
p { color: rgb(190,226,217); }
H1.HeaderClassName
{
color: #BEE2D9;
}
.AnyTagClassName
{
color: #BEE2D9;
}
</style>
background-color css
<style>
a { background-color: #BEE2D9; }
a { background-color: rgb(190,226,217); }
div.DivClassName
{
background-color: #BEE2D9;
}
.BgClassName
{
background-color: #BEE2D9;
}
</style>
border-color css
<style>
span { border-color: #BEE2D9; }
span { border-color: rgb(190,226,217); }
td.TdClassName
{
border-color: #BEE2D9;
}
.TagClassName
{
border-color: #BEE2D9;
}
</style>