Shades of Cruise #B4E9D8
Tints of Cruise #B4E9D8
RGB
CMYK
RGB Variations
Color information
#B4E9D8 (or 0xB4E9D8) is known color: Cruise. HEX triplet: B4, E9 and D8. RGB value is (180,233,216). Sum of RGB (Red+Green+Blue) = 180+233+216=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9D8 is #4B1627. Grayscale: #D7D7D7. Windows color (decimal): -4920872 or 14215604. OLE color: 14215604.
HSL color Cylindrical-coordinate representation of color #B4E9D8: hue angle of 160.75º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9D8 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 216 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.09 |
| HSL | 160.75º | 0.55% | 0.81% | - |
| HSV(B) | 160.75º | 0.23% | 0.91% | - |
| XYZ | 60.36 | 72.94 | 75.86 | - |
| YUV | 215.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 216 | 0.23 | 0 | 0.07 | 0.09 | 160.75 | 0.55 | 0.81 |
| Hex | B4 | E9 | D8 | 17 | 0 | 7 | 9 | A1 | 37 | 51 |
| Octal | 264 | 351 | 330 | 27 | 0 | 7 | 11 | 241 | 67 | 121 |
| Binary | 10110100 | 11101001 | 11011000 | 10111 | 0 | 111 | 1001 | 10100001 | 110111 | 1010001 |
Color Harmonies of #B4E9D8
Complementary color
Monochromatic Colors of #B4E9D8
Black with #B4E9D8
Text Example
Text Example
White with #B4E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9D8; }
p { color: rgb(180,233,216); }
H1.HeaderClassName
{
color: #B4E9D8;
}
.AnyTagClassName
{
color: #B4E9D8;
}
</style>
background-color css
<style>
a { background-color: #B4E9D8; }
a { background-color: rgb(180,233,216); }
div.DivClassName
{
background-color: #B4E9D8;
}
.BgClassName
{
background-color: #B4E9D8;
}
</style>
border-color css
<style>
span { border-color: #B4E9D8; }
span { border-color: rgb(180,233,216); }
td.TdClassName
{
border-color: #B4E9D8;
}
.TagClassName
{
border-color: #B4E9D8;
}
</style>