Shades of Cruise #B9DBD3
Tints of Cruise #B9DBD3
RGB
CMYK
RGB Variations
Color information
#B9DBD3 (or 0xB9DBD3) is known color: Cruise. HEX triplet: B9, DB and D3. RGB value is (185,219,211). Sum of RGB (Red+Green+Blue) = 185+219+211=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBD3 is #46242C. Grayscale: #CFCFCF. Windows color (decimal): -4596781 or 13884345. OLE color: 13884345.
HSL color Cylindrical-coordinate representation of color #B9DBD3: hue angle of 165.88º 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 #B9DBD3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 211 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.14 |
| HSL | 165.88º | 0.32% | 0.79% | - |
| HSV(B) | 165.88º | 0.16% | 0.86% | - |
| XYZ | 57.1 | 65.68 | 71.3 | - |
| YUV | 207.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 211 | 0.16 | 0 | 0.04 | 0.14 | 165.88 | 0.32 | 0.79 |
| Hex | B9 | DB | D3 | 10 | 0 | 4 | E | A6 | 20 | 4F |
| Octal | 271 | 333 | 323 | 20 | 0 | 4 | 16 | 246 | 40 | 117 |
| Binary | 10111001 | 11011011 | 11010011 | 10000 | 0 | 100 | 1110 | 10100110 | 100000 | 1001111 |
Color Harmonies of #B9DBD3
Complementary color
Monochromatic Colors of #B9DBD3
Black with #B9DBD3
Text Example
Text Example
White with #B9DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBD3; }
p { color: rgb(185,219,211); }
H1.HeaderClassName
{
color: #B9DBD3;
}
.AnyTagClassName
{
color: #B9DBD3;
}
</style>
background-color css
<style>
a { background-color: #B9DBD3; }
a { background-color: rgb(185,219,211); }
div.DivClassName
{
background-color: #B9DBD3;
}
.BgClassName
{
background-color: #B9DBD3;
}
</style>
border-color css
<style>
span { border-color: #B9DBD3; }
span { border-color: rgb(185,219,211); }
td.TdClassName
{
border-color: #B9DBD3;
}
.TagClassName
{
border-color: #B9DBD3;
}
</style>