Shades of Cruise #B7DED3
Tints of Cruise #B7DED3
RGB
CMYK
RGB Variations
Color information
#B7DED3 (or 0xB7DED3) is known color: Cruise. HEX triplet: B7, DE and D3. RGB value is (183,222,211). Sum of RGB (Red+Green+Blue) = 183+222+211=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DED3 is #48212C. Grayscale: #D1D1D1. Windows color (decimal): -4727085 or 13885111. OLE color: 13885111.
HSL color Cylindrical-coordinate representation of color #B7DED3: hue angle of 163.08º 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 #B7DED3 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 211 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.13 |
| HSL | 163.08º | 0.37% | 0.79% | - |
| HSV(B) | 163.08º | 0.18% | 0.87% | - |
| XYZ | 57.41 | 67.01 | 71.54 | - |
| YUV | 209.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 211 | 0.18 | 0 | 0.05 | 0.13 | 163.08 | 0.37 | 0.79 |
| Hex | B7 | DE | D3 | 12 | 0 | 5 | D | A3 | 25 | 4F |
| Octal | 267 | 336 | 323 | 22 | 0 | 5 | 15 | 243 | 45 | 117 |
| Binary | 10110111 | 11011110 | 11010011 | 10010 | 0 | 101 | 1101 | 10100011 | 100101 | 1001111 |
Color Harmonies of #B7DED3
Complementary color
Monochromatic Colors of #B7DED3
Black with #B7DED3
Text Example
Text Example
White with #B7DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DED3; }
p { color: rgb(183,222,211); }
H1.HeaderClassName
{
color: #B7DED3;
}
.AnyTagClassName
{
color: #B7DED3;
}
</style>
background-color css
<style>
a { background-color: #B7DED3; }
a { background-color: rgb(183,222,211); }
div.DivClassName
{
background-color: #B7DED3;
}
.BgClassName
{
background-color: #B7DED3;
}
</style>
border-color css
<style>
span { border-color: #B7DED3; }
span { border-color: rgb(183,222,211); }
td.TdClassName
{
border-color: #B7DED3;
}
.TagClassName
{
border-color: #B7DED3;
}
</style>