Shades of Cruise #B9E2DB
Tints of Cruise #B9E2DB
RGB
CMYK
RGB Variations
Color information
#B9E2DB (or 0xB9E2DB) is known color: Cruise. HEX triplet: B9, E2 and DB. RGB value is (185,226,219). Sum of RGB (Red+Green+Blue) = 185+226+219=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2DB is #461D24. Grayscale: #D4D4D4. Windows color (decimal): -4594981 or 14410425. OLE color: 14410425.
HSL color Cylindrical-coordinate representation of color #B9E2DB: hue angle of 169.76º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2DB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 219 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 169.76º | 0.41% | 0.81% | - |
| HSV(B) | 169.76º | 0.18% | 0.89% | - |
| XYZ | 59.99 | 69.82 | 77.33 | - |
| YUV | 212.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 219 | 0.18 | 0 | 0.03 | 0.11 | 169.76 | 0.41 | 0.81 |
| Hex | B9 | E2 | DB | 12 | 0 | 3 | B | AA | 29 | 51 |
| Octal | 271 | 342 | 333 | 22 | 0 | 3 | 13 | 252 | 51 | 121 |
| Binary | 10111001 | 11100010 | 11011011 | 10010 | 0 | 11 | 1011 | 10101010 | 101001 | 1010001 |
Color Harmonies of #B9E2DB
Complementary color
Monochromatic Colors of #B9E2DB
Black with #B9E2DB
Text Example
Text Example
White with #B9E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E2DB; }
p { color: rgb(185,226,219); }
H1.HeaderClassName
{
color: #B9E2DB;
}
.AnyTagClassName
{
color: #B9E2DB;
}
</style>
background-color css
<style>
a { background-color: #B9E2DB; }
a { background-color: rgb(185,226,219); }
div.DivClassName
{
background-color: #B9E2DB;
}
.BgClassName
{
background-color: #B9E2DB;
}
</style>
border-color css
<style>
span { border-color: #B9E2DB; }
span { border-color: rgb(185,226,219); }
td.TdClassName
{
border-color: #B9E2DB;
}
.TagClassName
{
border-color: #B9E2DB;
}
</style>