Shades of Cruise #B7E7D4
Tints of Cruise #B7E7D4
RGB
CMYK
RGB Variations
Color information
#B7E7D4 (or 0xB7E7D4) is known color: Cruise. HEX triplet: B7, E7 and D4. RGB value is (183,231,212). Sum of RGB (Red+Green+Blue) = 183+231+212=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #B7E7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E7D4 is #48182B. Grayscale: #D6D6D6. Windows color (decimal): -4724780 or 13952951. OLE color: 13952951.
HSL color Cylindrical-coordinate representation of color #B7E7D4: hue angle of 156.25º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7E7D4 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 231 | 212 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.09 |
| HSL | 156.25º | 0.5% | 0.81% | - |
| HSV(B) | 156.25º | 0.21% | 0.91% | - |
| XYZ | 59.99 | 71.97 | 73.02 | - |
| YUV | 214.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 231 | 212 | 0.21 | 0 | 0.08 | 0.09 | 156.25 | 0.5 | 0.81 |
| Hex | B7 | E7 | D4 | 15 | 0 | 8 | 9 | 9C | 32 | 51 |
| Octal | 267 | 347 | 324 | 25 | 0 | 10 | 11 | 234 | 62 | 121 |
| Binary | 10110111 | 11100111 | 11010100 | 10101 | 0 | 1000 | 1001 | 10011100 | 110010 | 1010001 |
Color Harmonies of #B7E7D4
Complementary color
Monochromatic Colors of #B7E7D4
Black with #B7E7D4
Text Example
Text Example
White with #B7E7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E7D4; }
p { color: rgb(183,231,212); }
H1.HeaderClassName
{
color: #B7E7D4;
}
.AnyTagClassName
{
color: #B7E7D4;
}
</style>
background-color css
<style>
a { background-color: #B7E7D4; }
a { background-color: rgb(183,231,212); }
div.DivClassName
{
background-color: #B7E7D4;
}
.BgClassName
{
background-color: #B7E7D4;
}
</style>
border-color css
<style>
span { border-color: #B7E7D4; }
span { border-color: rgb(183,231,212); }
td.TdClassName
{
border-color: #B7E7D4;
}
.TagClassName
{
border-color: #B7E7D4;
}
</style>