Shades of Cruise #B7E0D1
Tints of Cruise #B7E0D1
RGB
CMYK
RGB Variations
Color information
#B7E0D1 (or 0xB7E0D1) is known color: Cruise. HEX triplet: B7, E0 and D1. RGB value is (183,224,209). Sum of RGB (Red+Green+Blue) = 183+224+209=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E0D1 is #481F2E. Grayscale: #D2D2D2. Windows color (decimal): -4726575 or 13754551. OLE color: 13754551.
HSL color Cylindrical-coordinate representation of color #B7E0D1: hue angle of 158.05º 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 #B7E0D1 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 209 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.12 |
| HSL | 158.05º | 0.4% | 0.8% | - |
| HSV(B) | 158.05º | 0.18% | 0.88% | - |
| XYZ | 57.69 | 67.98 | 70.4 | - |
| YUV | 210.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 209 | 0.18 | 0 | 0.07 | 0.12 | 158.05 | 0.4 | 0.8 |
| Hex | B7 | E0 | D1 | 12 | 0 | 7 | C | 9E | 28 | 50 |
| Octal | 267 | 340 | 321 | 22 | 0 | 7 | 14 | 236 | 50 | 120 |
| Binary | 10110111 | 11100000 | 11010001 | 10010 | 0 | 111 | 1100 | 10011110 | 101000 | 1010000 |
Color Harmonies of #B7E0D1
Complementary color
Monochromatic Colors of #B7E0D1
Black with #B7E0D1
Text Example
Text Example
White with #B7E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E0D1; }
p { color: rgb(183,224,209); }
H1.HeaderClassName
{
color: #B7E0D1;
}
.AnyTagClassName
{
color: #B7E0D1;
}
</style>
background-color css
<style>
a { background-color: #B7E0D1; }
a { background-color: rgb(183,224,209); }
div.DivClassName
{
background-color: #B7E0D1;
}
.BgClassName
{
background-color: #B7E0D1;
}
</style>
border-color css
<style>
span { border-color: #B7E0D1; }
span { border-color: rgb(183,224,209); }
td.TdClassName
{
border-color: #B7E0D1;
}
.TagClassName
{
border-color: #B7E0D1;
}
</style>