Shades of Cruise #B9DBD2
Tints of Cruise #B9DBD2
RGB
CMYK
RGB Variations
Color information
#B9DBD2 (or 0xB9DBD2) is known color: Cruise. HEX triplet: B9, DB and D2. RGB value is (185,219,210). Sum of RGB (Red+Green+Blue) = 185+219+210=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBD2 is #46242D. Grayscale: #CFCFCF. Windows color (decimal): -4596782 or 13818809. OLE color: 13818809.
HSL color Cylindrical-coordinate representation of color #B9DBD2: hue angle of 164.12º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DBD2 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 210 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.14 |
| HSL | 164.12º | 0.32% | 0.79% | - |
| HSV(B) | 164.12º | 0.16% | 0.86% | - |
| XYZ | 56.97 | 65.63 | 70.64 | - |
| YUV | 207.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 210 | 0.16 | 0 | 0.04 | 0.14 | 164.12 | 0.32 | 0.79 |
| Hex | B9 | DB | D2 | 10 | 0 | 4 | E | A4 | 20 | 4F |
| Octal | 271 | 333 | 322 | 20 | 0 | 4 | 16 | 244 | 40 | 117 |
| Binary | 10111001 | 11011011 | 11010010 | 10000 | 0 | 100 | 1110 | 10100100 | 100000 | 1001111 |
Color Harmonies of #B9DBD2
Complementary color
Monochromatic Colors of #B9DBD2
Black with #B9DBD2
Text Example
Text Example
White with #B9DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBD2; }
p { color: rgb(185,219,210); }
H1.HeaderClassName
{
color: #B9DBD2;
}
.AnyTagClassName
{
color: #B9DBD2;
}
</style>
background-color css
<style>
a { background-color: #B9DBD2; }
a { background-color: rgb(185,219,210); }
div.DivClassName
{
background-color: #B9DBD2;
}
.BgClassName
{
background-color: #B9DBD2;
}
</style>
border-color css
<style>
span { border-color: #B9DBD2; }
span { border-color: rgb(185,219,210); }
td.TdClassName
{
border-color: #B9DBD2;
}
.TagClassName
{
border-color: #B9DBD2;
}
</style>