Shades of Cruise #B7E3D9
Tints of Cruise #B7E3D9
RGB
CMYK
RGB Variations
Color information
#B7E3D9 (or 0xB7E3D9) is known color: Cruise. HEX triplet: B7, E3 and D9. RGB value is (183,227,217). Sum of RGB (Red+Green+Blue) = 183+227+217=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 227 - color contains mainly: green. Hex color #B7E3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E3D9 is #481C26. Grayscale: #D4D4D4. Windows color (decimal): -4725799 or 14279607. OLE color: 14279607.
HSL color Cylindrical-coordinate representation of color #B7E3D9: hue angle of 166.36º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7E3D9 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 227 | 217 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.11 |
| HSL | 166.36º | 0.44% | 0.8% | - |
| HSV(B) | 166.36º | 0.19% | 0.89% | - |
| XYZ | 59.52 | 70.02 | 76.02 | - |
| YUV | 212.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 227 | 217 | 0.19 | 0 | 0.04 | 0.11 | 166.36 | 0.44 | 0.8 |
| Hex | B7 | E3 | D9 | 13 | 0 | 4 | B | A6 | 2C | 50 |
| Octal | 267 | 343 | 331 | 23 | 0 | 4 | 13 | 246 | 54 | 120 |
| Binary | 10110111 | 11100011 | 11011001 | 10011 | 0 | 100 | 1011 | 10100110 | 101100 | 1010000 |
Color Harmonies of #B7E3D9
Complementary color
Monochromatic Colors of #B7E3D9
Black with #B7E3D9
Text Example
Text Example
White with #B7E3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E3D9; }
p { color: rgb(183,227,217); }
H1.HeaderClassName
{
color: #B7E3D9;
}
.AnyTagClassName
{
color: #B7E3D9;
}
</style>
background-color css
<style>
a { background-color: #B7E3D9; }
a { background-color: rgb(183,227,217); }
div.DivClassName
{
background-color: #B7E3D9;
}
.BgClassName
{
background-color: #B7E3D9;
}
</style>
border-color css
<style>
span { border-color: #B7E3D9; }
span { border-color: rgb(183,227,217); }
td.TdClassName
{
border-color: #B7E3D9;
}
.TagClassName
{
border-color: #B7E3D9;
}
</style>