Shades of Cruise #B9D9D0
Tints of Cruise #B9D9D0
RGB
CMYK
RGB Variations
Color information
#B9D9D0 (or 0xB9D9D0) is known color: Cruise. HEX triplet: B9, D9 and D0. RGB value is (185,217,208). Sum of RGB (Red+Green+Blue) = 185+217+208=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9D0 is #46262F. Grayscale: #CECECE. Windows color (decimal): -4597296 or 13687225. OLE color: 13687225.
HSL color Cylindrical-coordinate representation of color #B9D9D0: hue angle of 163.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9D9D0 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 208 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.15 |
| HSL | 163.13º | 0.3% | 0.79% | - |
| HSV(B) | 163.13º | 0.15% | 0.85% | - |
| XYZ | 56.21 | 64.49 | 69.16 | - |
| YUV | 206.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 208 | 0.15 | 0 | 0.04 | 0.15 | 163.13 | 0.3 | 0.79 |
| Hex | B9 | D9 | D0 | F | 0 | 4 | F | A3 | 1E | 4F |
| Octal | 271 | 331 | 320 | 17 | 0 | 4 | 17 | 243 | 36 | 117 |
| Binary | 10111001 | 11011001 | 11010000 | 1111 | 0 | 100 | 1111 | 10100011 | 11110 | 1001111 |
Color Harmonies of #B9D9D0
Complementary color
Monochromatic Colors of #B9D9D0
Black with #B9D9D0
Text Example
Text Example
White with #B9D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D9D0; }
p { color: rgb(185,217,208); }
H1.HeaderClassName
{
color: #B9D9D0;
}
.AnyTagClassName
{
color: #B9D9D0;
}
</style>
background-color css
<style>
a { background-color: #B9D9D0; }
a { background-color: rgb(185,217,208); }
div.DivClassName
{
background-color: #B9D9D0;
}
.BgClassName
{
background-color: #B9D9D0;
}
</style>
border-color css
<style>
span { border-color: #B9D9D0; }
span { border-color: rgb(185,217,208); }
td.TdClassName
{
border-color: #B9D9D0;
}
.TagClassName
{
border-color: #B9D9D0;
}
</style>