Shades of Cruise #BEE1DA
Tints of Cruise #BEE1DA
RGB
CMYK
RGB Variations
Color information
#BEE1DA (or 0xBEE1DA) is known color: Cruise. HEX triplet: BE, E1 and DA. RGB value is (190,225,218). Sum of RGB (Red+Green+Blue) = 190+225+218=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1DA is #411E25. Grayscale: #D5D5D5. Windows color (decimal): -4267558 or 14344638. OLE color: 14344638.
HSL color Cylindrical-coordinate representation of color #BEE1DA: hue angle of 168º 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 #BEE1DA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 218 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.12 |
| HSL | 168º | 0.37% | 0.81% | - |
| HSV(B) | 168º | 0.16% | 0.88% | - |
| XYZ | 60.82 | 69.86 | 76.61 | - |
| YUV | 213.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 218 | 0.16 | 0 | 0.03 | 0.12 | 168 | 0.37 | 0.81 |
| Hex | BE | E1 | DA | 10 | 0 | 3 | C | A8 | 25 | 51 |
| Octal | 276 | 341 | 332 | 20 | 0 | 3 | 14 | 250 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11011010 | 10000 | 0 | 11 | 1100 | 10101000 | 100101 | 1010001 |
Color Harmonies of #BEE1DA
Complementary color
Monochromatic Colors of #BEE1DA
Black with #BEE1DA
Text Example
Text Example
White with #BEE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1DA; }
p { color: rgb(190,225,218); }
H1.HeaderClassName
{
color: #BEE1DA;
}
.AnyTagClassName
{
color: #BEE1DA;
}
</style>
background-color css
<style>
a { background-color: #BEE1DA; }
a { background-color: rgb(190,225,218); }
div.DivClassName
{
background-color: #BEE1DA;
}
.BgClassName
{
background-color: #BEE1DA;
}
</style>
border-color css
<style>
span { border-color: #BEE1DA; }
span { border-color: rgb(190,225,218); }
td.TdClassName
{
border-color: #BEE1DA;
}
.TagClassName
{
border-color: #BEE1DA;
}
</style>