Shades of Cruise #BEE2DA
Tints of Cruise #BEE2DA
RGB
CMYK
RGB Variations
Color information
#BEE2DA (or 0xBEE2DA) is known color: Cruise. HEX triplet: BE, E2 and DA. RGB value is (190,226,218). Sum of RGB (Red+Green+Blue) = 190+226+218=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2DA is #411D25. Grayscale: #D6D6D6. Windows color (decimal): -4267302 or 14344894. OLE color: 14344894.
HSL color Cylindrical-coordinate representation of color #BEE2DA: hue angle of 166.67º 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 #BEE2DA is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 190 | 226 | 218 | - |
CMYK | 0.16 | 0 | 0.04 | 0.11 |
HSL | 166.67º | 0.38% | 0.82% | - |
HSV(B) | 166.67º | 0.16% | 0.89% | - |
XYZ | 61.09 | 70.4 | 76.7 | - |
YUV | 214.32 | 130.07 | 110.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 226 | 218 | 0.16 | 0 | 0.04 | 0.11 | 166.67 | 0.38 | 0.82 |
Hex | BE | E2 | DA | 10 | 0 | 4 | B | A7 | 26 | 52 |
Octal | 276 | 342 | 332 | 20 | 0 | 4 | 13 | 247 | 46 | 122 |
Binary | 10111110 | 11100010 | 11011010 | 10000 | 0 | 100 | 1011 | 10100111 | 100110 | 1010010 |
Color Harmonies of #BEE2DA
Complementary color
Monochromatic Colors of #BEE2DA
Black with #BEE2DA
Text Example
Text Example
White with #BEE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE2DA; }
p { color: rgb(190,226,218); }
H1.HeaderClassName
{
color: #BEE2DA;
}
.AnyTagClassName
{
color: #BEE2DA;
}
</style>
background-color css
<style>
a { background-color: #BEE2DA; }
a { background-color: rgb(190,226,218); }
div.DivClassName
{
background-color: #BEE2DA;
}
.BgClassName
{
background-color: #BEE2DA;
}
</style>
border-color css
<style>
span { border-color: #BEE2DA; }
span { border-color: rgb(190,226,218); }
td.TdClassName
{
border-color: #BEE2DA;
}
.TagClassName
{
border-color: #BEE2DA;
}
</style>