Shades of Cruise #B1E5D4
Tints of Cruise #B1E5D4
RGB
CMYK
RGB Variations
Color information
#B1E5D4 (or 0xB1E5D4) is known color: Cruise. HEX triplet: B1, E5 and D4. RGB value is (177,229,212). Sum of RGB (Red+Green+Blue) = 177+229+212=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E5D4 is #4E1A2B. Grayscale: #D3D3D3. Windows color (decimal): -5118508 or 13952433. OLE color: 13952433.
HSL color Cylindrical-coordinate representation of color #B1E5D4: hue angle of 160.38º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E5D4 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 212 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.10 |
| HSL | 160.38º | 0.5% | 0.8% | - |
| HSV(B) | 160.38º | 0.23% | 0.9% | - |
| XYZ | 58.03 | 70.14 | 72.77 | - |
| YUV | 211.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 212 | 0.23 | 0 | 0.07 | 0.10 | 160.38 | 0.5 | 0.8 |
| Hex | B1 | E5 | D4 | 17 | 0 | 7 | A | A0 | 32 | 50 |
| Octal | 261 | 345 | 324 | 27 | 0 | 7 | 12 | 240 | 62 | 120 |
| Binary | 10110001 | 11100101 | 11010100 | 10111 | 0 | 111 | 1010 | 10100000 | 110010 | 1010000 |
Color Harmonies of #B1E5D4
Complementary color
Monochromatic Colors of #B1E5D4
Black with #B1E5D4
Text Example
Text Example
White with #B1E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E5D4; }
p { color: rgb(177,229,212); }
H1.HeaderClassName
{
color: #B1E5D4;
}
.AnyTagClassName
{
color: #B1E5D4;
}
</style>
background-color css
<style>
a { background-color: #B1E5D4; }
a { background-color: rgb(177,229,212); }
div.DivClassName
{
background-color: #B1E5D4;
}
.BgClassName
{
background-color: #B1E5D4;
}
</style>
border-color css
<style>
span { border-color: #B1E5D4; }
span { border-color: rgb(177,229,212); }
td.TdClassName
{
border-color: #B1E5D4;
}
.TagClassName
{
border-color: #B1E5D4;
}
</style>