Shades of Cruise #B9DDD2
Tints of Cruise #B9DDD2
RGB
CMYK
RGB Variations
Color information
#B9DDD2 (or 0xB9DDD2) is known color: Cruise. HEX triplet: B9, DD and D2. RGB value is (185,221,210). Sum of RGB (Red+Green+Blue) = 185+221+210=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDD2 is #46222D. Grayscale: #D0D0D0. Windows color (decimal): -4596270 or 13819321. OLE color: 13819321.
HSL color Cylindrical-coordinate representation of color #B9DDD2: hue angle of 161.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDD2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 210 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.13 |
| HSL | 161.67º | 0.35% | 0.8% | - |
| HSV(B) | 161.67º | 0.16% | 0.87% | - |
| XYZ | 57.5 | 66.68 | 70.81 | - |
| YUV | 208.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 210 | 0.16 | 0 | 0.05 | 0.13 | 161.67 | 0.35 | 0.8 |
| Hex | B9 | DD | D2 | 10 | 0 | 5 | D | A2 | 23 | 50 |
| Octal | 271 | 335 | 322 | 20 | 0 | 5 | 15 | 242 | 43 | 120 |
| Binary | 10111001 | 11011101 | 11010010 | 10000 | 0 | 101 | 1101 | 10100010 | 100011 | 1010000 |
Color Harmonies of #B9DDD2
Complementary color
Monochromatic Colors of #B9DDD2
Black with #B9DDD2
Text Example
Text Example
White with #B9DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDD2; }
p { color: rgb(185,221,210); }
H1.HeaderClassName
{
color: #B9DDD2;
}
.AnyTagClassName
{
color: #B9DDD2;
}
</style>
background-color css
<style>
a { background-color: #B9DDD2; }
a { background-color: rgb(185,221,210); }
div.DivClassName
{
background-color: #B9DDD2;
}
.BgClassName
{
background-color: #B9DDD2;
}
</style>
border-color css
<style>
span { border-color: #B9DDD2; }
span { border-color: rgb(185,221,210); }
td.TdClassName
{
border-color: #B9DDD2;
}
.TagClassName
{
border-color: #B9DDD2;
}
</style>