Shades of Cruise #B7E1DA
Tints of Cruise #B7E1DA
RGB
CMYK
RGB Variations
Color information
#B7E1DA (or 0xB7E1DA) is known color: Cruise. HEX triplet: B7, E1 and DA. RGB value is (183,225,218). Sum of RGB (Red+Green+Blue) = 183+225+218=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E1DA is #481E25. Grayscale: #D3D3D3. Windows color (decimal): -4726310 or 14344631. OLE color: 14344631.
HSL color Cylindrical-coordinate representation of color #B7E1DA: hue angle of 170º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7E1DA is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 218 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.12 |
| HSL | 170º | 0.41% | 0.8% | - |
| HSV(B) | 170º | 0.19% | 0.88% | - |
| XYZ | 59.11 | 68.98 | 76.53 | - |
| YUV | 211.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 218 | 0.19 | 0 | 0.03 | 0.12 | 170 | 0.41 | 0.8 |
| Hex | B7 | E1 | DA | 13 | 0 | 3 | C | AA | 29 | 50 |
| Octal | 267 | 341 | 332 | 23 | 0 | 3 | 14 | 252 | 51 | 120 |
| Binary | 10110111 | 11100001 | 11011010 | 10011 | 0 | 11 | 1100 | 10101010 | 101001 | 1010000 |
Color Harmonies of #B7E1DA
Complementary color
Monochromatic Colors of #B7E1DA
Black with #B7E1DA
Text Example
Text Example
White with #B7E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E1DA; }
p { color: rgb(183,225,218); }
H1.HeaderClassName
{
color: #B7E1DA;
}
.AnyTagClassName
{
color: #B7E1DA;
}
</style>
background-color css
<style>
a { background-color: #B7E1DA; }
a { background-color: rgb(183,225,218); }
div.DivClassName
{
background-color: #B7E1DA;
}
.BgClassName
{
background-color: #B7E1DA;
}
</style>
border-color css
<style>
span { border-color: #B7E1DA; }
span { border-color: rgb(183,225,218); }
td.TdClassName
{
border-color: #B7E1DA;
}
.TagClassName
{
border-color: #B7E1DA;
}
</style>