Shades of Cruise #B9E8D7
Tints of Cruise #B9E8D7
RGB
CMYK
RGB Variations
Color information
#B9E8D7 (or 0xB9E8D7) is known color: Cruise. HEX triplet: B9, E8 and D7. RGB value is (185,232,215). Sum of RGB (Red+Green+Blue) = 185+232+215=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8D7 is #461728. Grayscale: #D8D8D8. Windows color (decimal): -4593449 or 14149817. OLE color: 14149817.
HSL color Cylindrical-coordinate representation of color #B9E8D7: hue angle of 158.3º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8D7 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 232 | 215 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.09 |
| HSL | 158.3º | 0.51% | 0.82% | - |
| HSV(B) | 158.3º | 0.2% | 0.91% | - |
| XYZ | 61.13 | 72.93 | 75.15 | - |
| YUV | 216.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 232 | 215 | 0.20 | 0 | 0.07 | 0.09 | 158.3 | 0.51 | 0.82 |
| Hex | B9 | E8 | D7 | 14 | 0 | 7 | 9 | 9E | 33 | 52 |
| Octal | 271 | 350 | 327 | 24 | 0 | 7 | 11 | 236 | 63 | 122 |
| Binary | 10111001 | 11101000 | 11010111 | 10100 | 0 | 111 | 1001 | 10011110 | 110011 | 1010010 |
Color Harmonies of #B9E8D7
Complementary color
Monochromatic Colors of #B9E8D7
Black with #B9E8D7
Text Example
Text Example
White with #B9E8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E8D7; }
p { color: rgb(185,232,215); }
H1.HeaderClassName
{
color: #B9E8D7;
}
.AnyTagClassName
{
color: #B9E8D7;
}
</style>
background-color css
<style>
a { background-color: #B9E8D7; }
a { background-color: rgb(185,232,215); }
div.DivClassName
{
background-color: #B9E8D7;
}
.BgClassName
{
background-color: #B9E8D7;
}
</style>
border-color css
<style>
span { border-color: #B9E8D7; }
span { border-color: rgb(185,232,215); }
td.TdClassName
{
border-color: #B9E8D7;
}
.TagClassName
{
border-color: #B9E8D7;
}
</style>