Shades of Cruise #B8E4DA
Tints of Cruise #B8E4DA
RGB
CMYK
RGB Variations
Color information
#B8E4DA (or 0xB8E4DA) is known color: Cruise. HEX triplet: B8, E4 and DA. RGB value is (184,228,218). Sum of RGB (Red+Green+Blue) = 184+228+218=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4DA is #471B25. Grayscale: #D5D5D5. Windows color (decimal): -4660006 or 14345400. OLE color: 14345400.
HSL color Cylindrical-coordinate representation of color #B8E4DA: hue angle of 166.36º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4DA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 228 | 218 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.11 |
| HSL | 166.36º | 0.45% | 0.81% | - |
| HSV(B) | 166.36º | 0.19% | 0.89% | - |
| XYZ | 60.17 | 70.74 | 76.81 | - |
| YUV | 213.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 218 | 0.19 | 0 | 0.04 | 0.11 | 166.36 | 0.45 | 0.81 |
| Hex | B8 | E4 | DA | 13 | 0 | 4 | B | A6 | 2D | 51 |
| Octal | 270 | 344 | 332 | 23 | 0 | 4 | 13 | 246 | 55 | 121 |
| Binary | 10111000 | 11100100 | 11011010 | 10011 | 0 | 100 | 1011 | 10100110 | 101101 | 1010001 |
Color Harmonies of #B8E4DA
Complementary color
Monochromatic Colors of #B8E4DA
Black with #B8E4DA
Text Example
Text Example
White with #B8E4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E4DA; }
p { color: rgb(184,228,218); }
H1.HeaderClassName
{
color: #B8E4DA;
}
.AnyTagClassName
{
color: #B8E4DA;
}
</style>
background-color css
<style>
a { background-color: #B8E4DA; }
a { background-color: rgb(184,228,218); }
div.DivClassName
{
background-color: #B8E4DA;
}
.BgClassName
{
background-color: #B8E4DA;
}
</style>
border-color css
<style>
span { border-color: #B8E4DA; }
span { border-color: rgb(184,228,218); }
td.TdClassName
{
border-color: #B8E4DA;
}
.TagClassName
{
border-color: #B8E4DA;
}
</style>