Shades of Cruise #B7DED8
Tints of Cruise #B7DED8
RGB
CMYK
RGB Variations
Color information
#B7DED8 (or 0xB7DED8) is known color: Cruise. HEX triplet: B7, DE and D8. RGB value is (183,222,216). Sum of RGB (Red+Green+Blue) = 183+222+216=621 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.47% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DED8 is #482127. Grayscale: #D1D1D1. Windows color (decimal): -4727080 or 14212791. OLE color: 14212791.
HSL color Cylindrical-coordinate representation of color #B7DED8: hue angle of 170.77º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DED8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 216 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.13 |
| HSL | 170.77º | 0.37% | 0.79% | - |
| HSV(B) | 170.77º | 0.18% | 0.87% | - |
| XYZ | 58.04 | 67.27 | 74.89 | - |
| YUV | 209.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 216 | 0.18 | 0 | 0.03 | 0.13 | 170.77 | 0.37 | 0.79 |
| Hex | B7 | DE | D8 | 12 | 0 | 3 | D | AB | 25 | 4F |
| Octal | 267 | 336 | 330 | 22 | 0 | 3 | 15 | 253 | 45 | 117 |
| Binary | 10110111 | 11011110 | 11011000 | 10010 | 0 | 11 | 1101 | 10101011 | 100101 | 1001111 |
Color Harmonies of #B7DED8
Complementary color
Monochromatic Colors of #B7DED8
Black with #B7DED8
Text Example
Text Example
White with #B7DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DED8; }
p { color: rgb(183,222,216); }
H1.HeaderClassName
{
color: #B7DED8;
}
.AnyTagClassName
{
color: #B7DED8;
}
</style>
background-color css
<style>
a { background-color: #B7DED8; }
a { background-color: rgb(183,222,216); }
div.DivClassName
{
background-color: #B7DED8;
}
.BgClassName
{
background-color: #B7DED8;
}
</style>
border-color css
<style>
span { border-color: #B7DED8; }
span { border-color: rgb(183,222,216); }
td.TdClassName
{
border-color: #B7DED8;
}
.TagClassName
{
border-color: #B7DED8;
}
</style>