Shades of Cruise #B6E5D6
Tints of Cruise #B6E5D6
RGB
CMYK
RGB Variations
Color information
#B6E5D6 (or 0xB6E5D6) is known color: Cruise. HEX triplet: B6, E5 and D6. RGB value is (182,229,214). Sum of RGB (Red+Green+Blue) = 182+229+214=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5D6 is #491A29. Grayscale: #D5D5D5. Windows color (decimal): -4790826 or 14083510. OLE color: 14083510.
HSL color Cylindrical-coordinate representation of color #B6E5D6: hue angle of 160.85º 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 #B6E5D6 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 229 | 214 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.10 |
| HSL | 160.85º | 0.47% | 0.81% | - |
| HSV(B) | 160.85º | 0.21% | 0.9% | - |
| XYZ | 59.45 | 70.84 | 74.16 | - |
| YUV | 213.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 229 | 214 | 0.21 | 0 | 0.07 | 0.10 | 160.85 | 0.47 | 0.81 |
| Hex | B6 | E5 | D6 | 15 | 0 | 7 | A | A1 | 2F | 51 |
| Octal | 266 | 345 | 326 | 25 | 0 | 7 | 12 | 241 | 57 | 121 |
| Binary | 10110110 | 11100101 | 11010110 | 10101 | 0 | 111 | 1010 | 10100001 | 101111 | 1010001 |
Color Harmonies of #B6E5D6
Complementary color
Monochromatic Colors of #B6E5D6
Black with #B6E5D6
Text Example
Text Example
White with #B6E5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E5D6; }
p { color: rgb(182,229,214); }
H1.HeaderClassName
{
color: #B6E5D6;
}
.AnyTagClassName
{
color: #B6E5D6;
}
</style>
background-color css
<style>
a { background-color: #B6E5D6; }
a { background-color: rgb(182,229,214); }
div.DivClassName
{
background-color: #B6E5D6;
}
.BgClassName
{
background-color: #B6E5D6;
}
</style>
border-color css
<style>
span { border-color: #B6E5D6; }
span { border-color: rgb(182,229,214); }
td.TdClassName
{
border-color: #B6E5D6;
}
.TagClassName
{
border-color: #B6E5D6;
}
</style>