Shades of Cruise #B6E4D5
Tints of Cruise #B6E4D5
RGB
CMYK
RGB Variations
Color information
#B6E4D5 (or 0xB6E4D5) is known color: Cruise. HEX triplet: B6, E4 and D5. RGB value is (182,228,213). Sum of RGB (Red+Green+Blue) = 182+228+213=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E4D5 is #491B2A. Grayscale: #D4D4D4. Windows color (decimal): -4791083 or 14017718. OLE color: 14017718.
HSL color Cylindrical-coordinate representation of color #B6E4D5: hue angle of 160.43º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6E4D5 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 182 | 228 | 213 | - |
CMYK | 0.20 | 0 | 0.07 | 0.11 |
HSL | 160.43º | 0.46% | 0.8% | - |
HSV(B) | 160.43º | 0.2% | 0.89% | - |
XYZ | 59.05 | 70.24 | 73.4 | - |
YUV | 212.54 | 128.26 | 106.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 228 | 213 | 0.20 | 0 | 0.07 | 0.11 | 160.43 | 0.46 | 0.8 |
Hex | B6 | E4 | D5 | 14 | 0 | 7 | B | A0 | 2E | 50 |
Octal | 266 | 344 | 325 | 24 | 0 | 7 | 13 | 240 | 56 | 120 |
Binary | 10110110 | 11100100 | 11010101 | 10100 | 0 | 111 | 1011 | 10100000 | 101110 | 1010000 |
Color Harmonies of #B6E4D5
Complementary color
Monochromatic Colors of #B6E4D5
Black with #B6E4D5
Text Example
Text Example
White with #B6E4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E4D5; }
p { color: rgb(182,228,213); }
H1.HeaderClassName
{
color: #B6E4D5;
}
.AnyTagClassName
{
color: #B6E4D5;
}
</style>
background-color css
<style>
a { background-color: #B6E4D5; }
a { background-color: rgb(182,228,213); }
div.DivClassName
{
background-color: #B6E4D5;
}
.BgClassName
{
background-color: #B6E4D5;
}
</style>
border-color css
<style>
span { border-color: #B6E4D5; }
span { border-color: rgb(182,228,213); }
td.TdClassName
{
border-color: #B6E4D5;
}
.TagClassName
{
border-color: #B6E4D5;
}
</style>