Shades of Cruise #B4E9D7
Tints of Cruise #B4E9D7
RGB
CMYK
RGB Variations
Color information
#B4E9D7 (or 0xB4E9D7) is known color: Cruise. HEX triplet: B4, E9 and D7. RGB value is (180,233,215). Sum of RGB (Red+Green+Blue) = 180+233+215=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9D7 is #4B1628. Grayscale: #D7D7D7. Windows color (decimal): -4920873 or 14150068. OLE color: 14150068.
HSL color Cylindrical-coordinate representation of color #B4E9D7: hue angle of 159.62º 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 #B4E9D7 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 215 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.09 |
| HSL | 159.62º | 0.55% | 0.81% | - |
| HSV(B) | 159.62º | 0.23% | 0.91% | - |
| XYZ | 60.23 | 72.89 | 75.18 | - |
| YUV | 215.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 215 | 0.23 | 0 | 0.08 | 0.09 | 159.62 | 0.55 | 0.81 |
| Hex | B4 | E9 | D7 | 17 | 0 | 8 | 9 | A0 | 37 | 51 |
| Octal | 264 | 351 | 327 | 27 | 0 | 10 | 11 | 240 | 67 | 121 |
| Binary | 10110100 | 11101001 | 11010111 | 10111 | 0 | 1000 | 1001 | 10100000 | 110111 | 1010001 |
Color Harmonies of #B4E9D7
Complementary color
Monochromatic Colors of #B4E9D7
Black with #B4E9D7
Text Example
Text Example
White with #B4E9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9D7; }
p { color: rgb(180,233,215); }
H1.HeaderClassName
{
color: #B4E9D7;
}
.AnyTagClassName
{
color: #B4E9D7;
}
</style>
background-color css
<style>
a { background-color: #B4E9D7; }
a { background-color: rgb(180,233,215); }
div.DivClassName
{
background-color: #B4E9D7;
}
.BgClassName
{
background-color: #B4E9D7;
}
</style>
border-color css
<style>
span { border-color: #B4E9D7; }
span { border-color: rgb(180,233,215); }
td.TdClassName
{
border-color: #B4E9D7;
}
.TagClassName
{
border-color: #B4E9D7;
}
</style>