Shades of Cruise #B5E0D4
Tints of Cruise #B5E0D4
RGB
CMYK
RGB Variations
Color information
#B5E0D4 (or 0xB5E0D4) is known color: Cruise. HEX triplet: B5, E0 and D4. RGB value is (181,224,212). Sum of RGB (Red+Green+Blue) = 181+224+212=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0D4 is #4A1F2B. Grayscale: #D1D1D1. Windows color (decimal): -4857644 or 13951157. OLE color: 13951157.
HSL color Cylindrical-coordinate representation of color #B5E0D4: hue angle of 163.26º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0D4 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 212 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.12 |
| HSL | 163.26º | 0.41% | 0.79% | - |
| HSV(B) | 163.26º | 0.19% | 0.88% | - |
| XYZ | 57.6 | 67.89 | 72.36 | - |
| YUV | 209.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 212 | 0.19 | 0 | 0.05 | 0.12 | 163.26 | 0.41 | 0.79 |
| Hex | B5 | E0 | D4 | 13 | 0 | 5 | C | A3 | 29 | 4F |
| Octal | 265 | 340 | 324 | 23 | 0 | 5 | 14 | 243 | 51 | 117 |
| Binary | 10110101 | 11100000 | 11010100 | 10011 | 0 | 101 | 1100 | 10100011 | 101001 | 1001111 |
Color Harmonies of #B5E0D4
Complementary color
Monochromatic Colors of #B5E0D4
Black with #B5E0D4
Text Example
Text Example
White with #B5E0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0D4; }
p { color: rgb(181,224,212); }
H1.HeaderClassName
{
color: #B5E0D4;
}
.AnyTagClassName
{
color: #B5E0D4;
}
</style>
background-color css
<style>
a { background-color: #B5E0D4; }
a { background-color: rgb(181,224,212); }
div.DivClassName
{
background-color: #B5E0D4;
}
.BgClassName
{
background-color: #B5E0D4;
}
</style>
border-color css
<style>
span { border-color: #B5E0D4; }
span { border-color: rgb(181,224,212); }
td.TdClassName
{
border-color: #B5E0D4;
}
.TagClassName
{
border-color: #B5E0D4;
}
</style>