Shades of Cruise #B9DED3
Tints of Cruise #B9DED3
RGB
CMYK
RGB Variations
Color information
#B9DED3 (or 0xB9DED3) is known color: Cruise. HEX triplet: B9, DE and D3. RGB value is (185,222,211). Sum of RGB (Red+Green+Blue) = 185+222+211=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DED3 is #46212C. Grayscale: #D1D1D1. Windows color (decimal): -4596013 or 13885113. OLE color: 13885113.
HSL color Cylindrical-coordinate representation of color #B9DED3: hue angle of 162.16º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DED3 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 211 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.13 |
| HSL | 162.16º | 0.36% | 0.8% | - |
| HSV(B) | 162.16º | 0.17% | 0.87% | - |
| XYZ | 57.89 | 67.26 | 71.56 | - |
| YUV | 209.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 211 | 0.17 | 0 | 0.05 | 0.13 | 162.16 | 0.36 | 0.8 |
| Hex | B9 | DE | D3 | 11 | 0 | 5 | D | A2 | 24 | 50 |
| Octal | 271 | 336 | 323 | 21 | 0 | 5 | 15 | 242 | 44 | 120 |
| Binary | 10111001 | 11011110 | 11010011 | 10001 | 0 | 101 | 1101 | 10100010 | 100100 | 1010000 |
Color Harmonies of #B9DED3
Complementary color
Monochromatic Colors of #B9DED3
Black with #B9DED3
Text Example
Text Example
White with #B9DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DED3; }
p { color: rgb(185,222,211); }
H1.HeaderClassName
{
color: #B9DED3;
}
.AnyTagClassName
{
color: #B9DED3;
}
</style>
background-color css
<style>
a { background-color: #B9DED3; }
a { background-color: rgb(185,222,211); }
div.DivClassName
{
background-color: #B9DED3;
}
.BgClassName
{
background-color: #B9DED3;
}
</style>
border-color css
<style>
span { border-color: #B9DED3; }
span { border-color: rgb(185,222,211); }
td.TdClassName
{
border-color: #B9DED3;
}
.TagClassName
{
border-color: #B9DED3;
}
</style>