Shades of Cruise #B7E4DB
Tints of Cruise #B7E4DB
RGB
CMYK
RGB Variations
Color information
#B7E4DB (or 0xB7E4DB) is known color: Cruise. HEX triplet: B7, E4 and DB. RGB value is (183,228,219). Sum of RGB (Red+Green+Blue) = 183+228+219=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #B7E4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E4DB is #481B24. Grayscale: #D5D5D5. Windows color (decimal): -4725541 or 14410935. OLE color: 14410935.
HSL color Cylindrical-coordinate representation of color #B7E4DB: hue angle of 168º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7E4DB is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 228 | 219 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.11 |
| HSL | 168º | 0.45% | 0.81% | - |
| HSV(B) | 168º | 0.2% | 0.89% | - |
| XYZ | 60.06 | 70.67 | 77.49 | - |
| YUV | 213.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 228 | 219 | 0.20 | 0 | 0.04 | 0.11 | 168 | 0.45 | 0.81 |
| Hex | B7 | E4 | DB | 14 | 0 | 4 | B | A8 | 2D | 51 |
| Octal | 267 | 344 | 333 | 24 | 0 | 4 | 13 | 250 | 55 | 121 |
| Binary | 10110111 | 11100100 | 11011011 | 10100 | 0 | 100 | 1011 | 10101000 | 101101 | 1010001 |
Color Harmonies of #B7E4DB
Complementary color
Monochromatic Colors of #B7E4DB
Black with #B7E4DB
Text Example
Text Example
White with #B7E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E4DB; }
p { color: rgb(183,228,219); }
H1.HeaderClassName
{
color: #B7E4DB;
}
.AnyTagClassName
{
color: #B7E4DB;
}
</style>
background-color css
<style>
a { background-color: #B7E4DB; }
a { background-color: rgb(183,228,219); }
div.DivClassName
{
background-color: #B7E4DB;
}
.BgClassName
{
background-color: #B7E4DB;
}
</style>
border-color css
<style>
span { border-color: #B7E4DB; }
span { border-color: rgb(183,228,219); }
td.TdClassName
{
border-color: #B7E4DB;
}
.TagClassName
{
border-color: #B7E4DB;
}
</style>