Shades of Cruise #B6E5D8
Tints of Cruise #B6E5D8
RGB
CMYK
RGB Variations
Color information
#B6E5D8 (or 0xB6E5D8) is known color: Cruise. HEX triplet: B6, E5 and D8. RGB value is (182,229,216). Sum of RGB (Red+Green+Blue) = 182+229+216=627 (83% of max value = 765). Red value is 182 (71.48% from 255 or 29.03% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5D8 is #491A27. Grayscale: #D5D5D5. Windows color (decimal): -4790824 or 14214582. OLE color: 14214582.
HSL color Cylindrical-coordinate representation of color #B6E5D8: hue angle of 163.4º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E5D8 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 229 | 216 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.10 |
| HSL | 163.4º | 0.47% | 0.81% | - |
| HSV(B) | 163.4º | 0.21% | 0.9% | - |
| XYZ | 59.71 | 70.94 | 75.51 | - |
| YUV | 213.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 229 | 216 | 0.21 | 0 | 0.06 | 0.10 | 163.4 | 0.47 | 0.81 |
| Hex | B6 | E5 | D8 | 15 | 0 | 6 | A | A3 | 2F | 51 |
| Octal | 266 | 345 | 330 | 25 | 0 | 6 | 12 | 243 | 57 | 121 |
| Binary | 10110110 | 11100101 | 11011000 | 10101 | 0 | 110 | 1010 | 10100011 | 101111 | 1010001 |
Color Harmonies of #B6E5D8
Complementary color
Monochromatic Colors of #B6E5D8
Black with #B6E5D8
Text Example
Text Example
White with #B6E5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E5D8; }
p { color: rgb(182,229,216); }
H1.HeaderClassName
{
color: #B6E5D8;
}
.AnyTagClassName
{
color: #B6E5D8;
}
</style>
background-color css
<style>
a { background-color: #B6E5D8; }
a { background-color: rgb(182,229,216); }
div.DivClassName
{
background-color: #B6E5D8;
}
.BgClassName
{
background-color: #B6E5D8;
}
</style>
border-color css
<style>
span { border-color: #B6E5D8; }
span { border-color: rgb(182,229,216); }
td.TdClassName
{
border-color: #B6E5D8;
}
.TagClassName
{
border-color: #B6E5D8;
}
</style>