Shades of Cruise #B5E9D4
Tints of Cruise #B5E9D4
RGB
CMYK
RGB Variations
Color information
#B5E9D4 (or 0xB5E9D4) is known color: Cruise. HEX triplet: B5, E9 and D4. RGB value is (181,233,212). Sum of RGB (Red+Green+Blue) = 181+233+212=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9D4 is #4A162B. Grayscale: #D7D7D7. Windows color (decimal): -4855340 or 13953461. OLE color: 13953461.
HSL color Cylindrical-coordinate representation of color #B5E9D4: hue angle of 155.77º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9D4 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 212 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.09 |
| HSL | 155.77º | 0.54% | 0.81% | - |
| HSV(B) | 155.77º | 0.22% | 0.91% | - |
| XYZ | 60.08 | 72.86 | 73.18 | - |
| YUV | 215.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 212 | 0.22 | 0 | 0.09 | 0.09 | 155.77 | 0.54 | 0.81 |
| Hex | B5 | E9 | D4 | 16 | 0 | 9 | 9 | 9C | 36 | 51 |
| Octal | 265 | 351 | 324 | 26 | 0 | 11 | 11 | 234 | 66 | 121 |
| Binary | 10110101 | 11101001 | 11010100 | 10110 | 0 | 1001 | 1001 | 10011100 | 110110 | 1010001 |
Color Harmonies of #B5E9D4
Complementary color
Monochromatic Colors of #B5E9D4
Black with #B5E9D4
Text Example
Text Example
White with #B5E9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9D4; }
p { color: rgb(181,233,212); }
H1.HeaderClassName
{
color: #B5E9D4;
}
.AnyTagClassName
{
color: #B5E9D4;
}
</style>
background-color css
<style>
a { background-color: #B5E9D4; }
a { background-color: rgb(181,233,212); }
div.DivClassName
{
background-color: #B5E9D4;
}
.BgClassName
{
background-color: #B5E9D4;
}
</style>
border-color css
<style>
span { border-color: #B5E9D4; }
span { border-color: rgb(181,233,212); }
td.TdClassName
{
border-color: #B5E9D4;
}
.TagClassName
{
border-color: #B5E9D4;
}
</style>