Shades of Cruise #B3E8D5
Tints of Cruise #B3E8D5
RGB
CMYK
RGB Variations
Color information
#B3E8D5 (or 0xB3E8D5) is known color: Cruise. HEX triplet: B3, E8 and D5. RGB value is (179,232,213). Sum of RGB (Red+Green+Blue) = 179+232+213=624 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.69% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #B3E8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E8D5 is #4C172A. Grayscale: #D6D6D6. Windows color (decimal): -4986667 or 14018739. OLE color: 14018739.
HSL color Cylindrical-coordinate representation of color #B3E8D5: hue angle of 158.49º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E8D5 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 232 | 213 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.09 |
| HSL | 158.49º | 0.54% | 0.81% | - |
| HSV(B) | 158.49º | 0.23% | 0.91% | - |
| XYZ | 59.46 | 72.1 | 73.73 | - |
| YUV | 213.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 232 | 213 | 0.23 | 0 | 0.08 | 0.09 | 158.49 | 0.54 | 0.81 |
| Hex | B3 | E8 | D5 | 17 | 0 | 8 | 9 | 9E | 36 | 51 |
| Octal | 263 | 350 | 325 | 27 | 0 | 10 | 11 | 236 | 66 | 121 |
| Binary | 10110011 | 11101000 | 11010101 | 10111 | 0 | 1000 | 1001 | 10011110 | 110110 | 1010001 |
Color Harmonies of #B3E8D5
Complementary color
Monochromatic Colors of #B3E8D5
Black with #B3E8D5
Text Example
Text Example
White with #B3E8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E8D5; }
p { color: rgb(179,232,213); }
H1.HeaderClassName
{
color: #B3E8D5;
}
.AnyTagClassName
{
color: #B3E8D5;
}
</style>
background-color css
<style>
a { background-color: #B3E8D5; }
a { background-color: rgb(179,232,213); }
div.DivClassName
{
background-color: #B3E8D5;
}
.BgClassName
{
background-color: #B3E8D5;
}
</style>
border-color css
<style>
span { border-color: #B3E8D5; }
span { border-color: rgb(179,232,213); }
td.TdClassName
{
border-color: #B3E8D5;
}
.TagClassName
{
border-color: #B3E8D5;
}
</style>