Shades of Cruise #B7E0D9
Tints of Cruise #B7E0D9
RGB
CMYK
RGB Variations
Color information
#B7E0D9 (or 0xB7E0D9) is known color: Cruise. HEX triplet: B7, E0 and D9. RGB value is (183,224,217). Sum of RGB (Red+Green+Blue) = 183+224+217=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E0D9 is #481F26. Grayscale: #D2D2D2. Windows color (decimal): -4726567 or 14278839. OLE color: 14278839.
HSL color Cylindrical-coordinate representation of color #B7E0D9: hue angle of 169.76º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7E0D9 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 217 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.12 |
| HSL | 169.76º | 0.4% | 0.8% | - |
| HSV(B) | 169.76º | 0.18% | 0.88% | - |
| XYZ | 58.71 | 68.39 | 75.75 | - |
| YUV | 210.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 217 | 0.18 | 0 | 0.03 | 0.12 | 169.76 | 0.4 | 0.8 |
| Hex | B7 | E0 | D9 | 12 | 0 | 3 | C | AA | 28 | 50 |
| Octal | 267 | 340 | 331 | 22 | 0 | 3 | 14 | 252 | 50 | 120 |
| Binary | 10110111 | 11100000 | 11011001 | 10010 | 0 | 11 | 1100 | 10101010 | 101000 | 1010000 |
Color Harmonies of #B7E0D9
Complementary color
Monochromatic Colors of #B7E0D9
Black with #B7E0D9
Text Example
Text Example
White with #B7E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E0D9; }
p { color: rgb(183,224,217); }
H1.HeaderClassName
{
color: #B7E0D9;
}
.AnyTagClassName
{
color: #B7E0D9;
}
</style>
background-color css
<style>
a { background-color: #B7E0D9; }
a { background-color: rgb(183,224,217); }
div.DivClassName
{
background-color: #B7E0D9;
}
.BgClassName
{
background-color: #B7E0D9;
}
</style>
border-color css
<style>
span { border-color: #B7E0D9; }
span { border-color: rgb(183,224,217); }
td.TdClassName
{
border-color: #B7E0D9;
}
.TagClassName
{
border-color: #B7E0D9;
}
</style>