Shades of Cruise #B6D9D0
Tints of Cruise #B6D9D0
RGB
CMYK
RGB Variations
Color information
#B6D9D0 (or 0xB6D9D0) is known color: Cruise. HEX triplet: B6, D9 and D0. RGB value is (182,217,208). Sum of RGB (Red+Green+Blue) = 182+217+208=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D9D0 is #49262F. Grayscale: #CDCDCD. Windows color (decimal): -4793904 or 13687222. OLE color: 13687222.
HSL color Cylindrical-coordinate representation of color #B6D9D0: hue angle of 164.57º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D9D0 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 208 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.15 |
| HSL | 164.57º | 0.32% | 0.78% | - |
| HSV(B) | 164.57º | 0.16% | 0.85% | - |
| XYZ | 55.49 | 64.12 | 69.13 | - |
| YUV | 205.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 208 | 0.16 | 0 | 0.04 | 0.15 | 164.57 | 0.32 | 0.78 |
| Hex | B6 | D9 | D0 | 10 | 0 | 4 | F | A5 | 20 | 4E |
| Octal | 266 | 331 | 320 | 20 | 0 | 4 | 17 | 245 | 40 | 116 |
| Binary | 10110110 | 11011001 | 11010000 | 10000 | 0 | 100 | 1111 | 10100101 | 100000 | 1001110 |
Color Harmonies of #B6D9D0
Complementary color
Monochromatic Colors of #B6D9D0
Black with #B6D9D0
Text Example
Text Example
White with #B6D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D9D0; }
p { color: rgb(182,217,208); }
H1.HeaderClassName
{
color: #B6D9D0;
}
.AnyTagClassName
{
color: #B6D9D0;
}
</style>
background-color css
<style>
a { background-color: #B6D9D0; }
a { background-color: rgb(182,217,208); }
div.DivClassName
{
background-color: #B6D9D0;
}
.BgClassName
{
background-color: #B6D9D0;
}
</style>
border-color css
<style>
span { border-color: #B6D9D0; }
span { border-color: rgb(182,217,208); }
td.TdClassName
{
border-color: #B6D9D0;
}
.TagClassName
{
border-color: #B6D9D0;
}
</style>