Shades of Cruise #B9E7D8
Tints of Cruise #B9E7D8
RGB
CMYK
RGB Variations
Color information
#B9E7D8 (or 0xB9E7D8) is known color: Cruise. HEX triplet: B9, E7 and D8. RGB value is (185,231,216). Sum of RGB (Red+Green+Blue) = 185+231+216=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7D8 is #461827. Grayscale: #D7D7D7. Windows color (decimal): -4593704 or 14215097. OLE color: 14215097.
HSL color Cylindrical-coordinate representation of color #B9E7D8: hue angle of 160.43º degrees, saturation: 0.49, 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 #B9E7D8 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 216 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.09 |
| HSL | 160.43º | 0.49% | 0.82% | - |
| HSV(B) | 160.43º | 0.2% | 0.91% | - |
| XYZ | 60.98 | 72.42 | 75.73 | - |
| YUV | 215.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 216 | 0.20 | 0 | 0.06 | 0.09 | 160.43 | 0.49 | 0.82 |
| Hex | B9 | E7 | D8 | 14 | 0 | 6 | 9 | A0 | 31 | 52 |
| Octal | 271 | 347 | 330 | 24 | 0 | 6 | 11 | 240 | 61 | 122 |
| Binary | 10111001 | 11100111 | 11011000 | 10100 | 0 | 110 | 1001 | 10100000 | 110001 | 1010010 |
Color Harmonies of #B9E7D8
Complementary color
Monochromatic Colors of #B9E7D8
Black with #B9E7D8
Text Example
Text Example
White with #B9E7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E7D8; }
p { color: rgb(185,231,216); }
H1.HeaderClassName
{
color: #B9E7D8;
}
.AnyTagClassName
{
color: #B9E7D8;
}
</style>
background-color css
<style>
a { background-color: #B9E7D8; }
a { background-color: rgb(185,231,216); }
div.DivClassName
{
background-color: #B9E7D8;
}
.BgClassName
{
background-color: #B9E7D8;
}
</style>
border-color css
<style>
span { border-color: #B9E7D8; }
span { border-color: rgb(185,231,216); }
td.TdClassName
{
border-color: #B9E7D8;
}
.TagClassName
{
border-color: #B9E7D8;
}
</style>