Shades of Cruise #B9DDD4
Tints of Cruise #B9DDD4
RGB
CMYK
RGB Variations
Color information
#B9DDD4 (or 0xB9DDD4) is known color: Cruise. HEX triplet: B9, DD and D4. RGB value is (185,221,212). Sum of RGB (Red+Green+Blue) = 185+221+212=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDD4 is #46222B. Grayscale: #D1D1D1. Windows color (decimal): -4596268 or 13950393. OLE color: 13950393.
HSL color Cylindrical-coordinate representation of color #B9DDD4: hue angle of 165º 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 #B9DDD4 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 212 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.13 |
| HSL | 165º | 0.35% | 0.8% | - |
| HSV(B) | 165º | 0.16% | 0.87% | - |
| XYZ | 57.75 | 66.78 | 72.13 | - |
| YUV | 209.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 212 | 0.16 | 0 | 0.04 | 0.13 | 165 | 0.35 | 0.8 |
| Hex | B9 | DD | D4 | 10 | 0 | 4 | D | A5 | 23 | 50 |
| Octal | 271 | 335 | 324 | 20 | 0 | 4 | 15 | 245 | 43 | 120 |
| Binary | 10111001 | 11011101 | 11010100 | 10000 | 0 | 100 | 1101 | 10100101 | 100011 | 1010000 |
Color Harmonies of #B9DDD4
Complementary color
Monochromatic Colors of #B9DDD4
Black with #B9DDD4
Text Example
Text Example
White with #B9DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDD4; }
p { color: rgb(185,221,212); }
H1.HeaderClassName
{
color: #B9DDD4;
}
.AnyTagClassName
{
color: #B9DDD4;
}
</style>
background-color css
<style>
a { background-color: #B9DDD4; }
a { background-color: rgb(185,221,212); }
div.DivClassName
{
background-color: #B9DDD4;
}
.BgClassName
{
background-color: #B9DDD4;
}
</style>
border-color css
<style>
span { border-color: #B9DDD4; }
span { border-color: rgb(185,221,212); }
td.TdClassName
{
border-color: #B9DDD4;
}
.TagClassName
{
border-color: #B9DDD4;
}
</style>