Shades of Cruise #B9D8D0
Tints of Cruise #B9D8D0
RGB
CMYK
RGB Variations
Color information
#B9D8D0 (or 0xB9D8D0) is known color: Cruise. HEX triplet: B9, D8 and D0. RGB value is (185,216,208). Sum of RGB (Red+Green+Blue) = 185+216+208=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8D0 is #46272F. Grayscale: #CDCDCD. Windows color (decimal): -4597552 or 13686969. OLE color: 13686969.
HSL color Cylindrical-coordinate representation of color #B9D8D0: hue angle of 164.52º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D8D0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 208 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.15 |
| HSL | 164.52º | 0.28% | 0.79% | - |
| HSV(B) | 164.52º | 0.14% | 0.85% | - |
| XYZ | 55.95 | 63.98 | 69.08 | - |
| YUV | 205.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 208 | 0.14 | 0 | 0.04 | 0.15 | 164.52 | 0.28 | 0.79 |
| Hex | B9 | D8 | D0 | E | 0 | 4 | F | A5 | 1C | 4F |
| Octal | 271 | 330 | 320 | 16 | 0 | 4 | 17 | 245 | 34 | 117 |
| Binary | 10111001 | 11011000 | 11010000 | 1110 | 0 | 100 | 1111 | 10100101 | 11100 | 1001111 |
Color Harmonies of #B9D8D0
Complementary color
Monochromatic Colors of #B9D8D0
Black with #B9D8D0
Text Example
Text Example
White with #B9D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8D0; }
p { color: rgb(185,216,208); }
H1.HeaderClassName
{
color: #B9D8D0;
}
.AnyTagClassName
{
color: #B9D8D0;
}
</style>
background-color css
<style>
a { background-color: #B9D8D0; }
a { background-color: rgb(185,216,208); }
div.DivClassName
{
background-color: #B9D8D0;
}
.BgClassName
{
background-color: #B9D8D0;
}
</style>
border-color css
<style>
span { border-color: #B9D8D0; }
span { border-color: rgb(185,216,208); }
td.TdClassName
{
border-color: #B9D8D0;
}
.TagClassName
{
border-color: #B9D8D0;
}
</style>