Shades of Cruise #BEE0DA
Tints of Cruise #BEE0DA
RGB
CMYK
RGB Variations
Color information
#BEE0DA (or 0xBEE0DA) is known color: Cruise. HEX triplet: BE, E0 and DA. RGB value is (190,224,218). Sum of RGB (Red+Green+Blue) = 190+224+218=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0DA is #411F25. Grayscale: #D5D5D5. Windows color (decimal): -4267814 or 14344382. OLE color: 14344382.
HSL color Cylindrical-coordinate representation of color #BEE0DA: hue angle of 169.41º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEE0DA is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 218 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.12 |
| HSL | 169.41º | 0.35% | 0.81% | - |
| HSV(B) | 169.41º | 0.15% | 0.88% | - |
| XYZ | 60.55 | 69.32 | 76.52 | - |
| YUV | 213.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 218 | 0.15 | 0 | 0.03 | 0.12 | 169.41 | 0.35 | 0.81 |
| Hex | BE | E0 | DA | F | 0 | 3 | C | A9 | 23 | 51 |
| Octal | 276 | 340 | 332 | 17 | 0 | 3 | 14 | 251 | 43 | 121 |
| Binary | 10111110 | 11100000 | 11011010 | 1111 | 0 | 11 | 1100 | 10101001 | 100011 | 1010001 |
Color Harmonies of #BEE0DA
Complementary color
Monochromatic Colors of #BEE0DA
Black with #BEE0DA
Text Example
Text Example
White with #BEE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0DA; }
p { color: rgb(190,224,218); }
H1.HeaderClassName
{
color: #BEE0DA;
}
.AnyTagClassName
{
color: #BEE0DA;
}
</style>
background-color css
<style>
a { background-color: #BEE0DA; }
a { background-color: rgb(190,224,218); }
div.DivClassName
{
background-color: #BEE0DA;
}
.BgClassName
{
background-color: #BEE0DA;
}
</style>
border-color css
<style>
span { border-color: #BEE0DA; }
span { border-color: rgb(190,224,218); }
td.TdClassName
{
border-color: #BEE0DA;
}
.TagClassName
{
border-color: #BEE0DA;
}
</style>