Shades of Cruise #BEE1DB
Tints of Cruise #BEE1DB
RGB
CMYK
RGB Variations
Color information
#BEE1DB (or 0xBEE1DB) is known color: Cruise. HEX triplet: BE, E1 and DB. RGB value is (190,225,219). Sum of RGB (Red+Green+Blue) = 190+225+219=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1DB is #411E24. Grayscale: #D5D5D5. Windows color (decimal): -4267557 or 14410174. OLE color: 14410174.
HSL color Cylindrical-coordinate representation of color #BEE1DB: hue angle of 169.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1DB is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 219 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.12 |
| HSL | 169.71º | 0.37% | 0.81% | - |
| HSV(B) | 169.71º | 0.16% | 0.88% | - |
| XYZ | 60.95 | 69.91 | 77.3 | - |
| YUV | 213.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 219 | 0.16 | 0 | 0.03 | 0.12 | 169.71 | 0.37 | 0.81 |
| Hex | BE | E1 | DB | 10 | 0 | 3 | C | AA | 25 | 51 |
| Octal | 276 | 341 | 333 | 20 | 0 | 3 | 14 | 252 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11011011 | 10000 | 0 | 11 | 1100 | 10101010 | 100101 | 1010001 |
Color Harmonies of #BEE1DB
Complementary color
Monochromatic Colors of #BEE1DB
Black with #BEE1DB
Text Example
Text Example
White with #BEE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1DB; }
p { color: rgb(190,225,219); }
H1.HeaderClassName
{
color: #BEE1DB;
}
.AnyTagClassName
{
color: #BEE1DB;
}
</style>
background-color css
<style>
a { background-color: #BEE1DB; }
a { background-color: rgb(190,225,219); }
div.DivClassName
{
background-color: #BEE1DB;
}
.BgClassName
{
background-color: #BEE1DB;
}
</style>
border-color css
<style>
span { border-color: #BEE1DB; }
span { border-color: rgb(190,225,219); }
td.TdClassName
{
border-color: #BEE1DB;
}
.TagClassName
{
border-color: #BEE1DB;
}
</style>