Shades of Cruise #B0E2D3
Tints of Cruise #B0E2D3
RGB
CMYK
RGB Variations
Color information
#B0E2D3 (or 0xB0E2D3) is known color: Cruise. HEX triplet: B0, E2 and D3. RGB value is (176,226,211). Sum of RGB (Red+Green+Blue) = 176+226+211=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2D3 is #4F1D2C. Grayscale: #D1D1D1. Windows color (decimal): -5184813 or 13886128. OLE color: 13886128.
HSL color Cylindrical-coordinate representation of color #B0E2D3: hue angle of 162º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E2D3 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 211 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.11 |
| HSL | 162º | 0.46% | 0.79% | - |
| HSV(B) | 162º | 0.22% | 0.89% | - |
| XYZ | 56.86 | 68.33 | 71.82 | - |
| YUV | 209.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 211 | 0.22 | 0 | 0.07 | 0.11 | 162 | 0.46 | 0.79 |
| Hex | B0 | E2 | D3 | 16 | 0 | 7 | B | A2 | 2E | 4F |
| Octal | 260 | 342 | 323 | 26 | 0 | 7 | 13 | 242 | 56 | 117 |
| Binary | 10110000 | 11100010 | 11010011 | 10110 | 0 | 111 | 1011 | 10100010 | 101110 | 1001111 |
Color Harmonies of #B0E2D3
Complementary color
Monochromatic Colors of #B0E2D3
Black with #B0E2D3
Text Example
Text Example
White with #B0E2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E2D3; }
p { color: rgb(176,226,211); }
H1.HeaderClassName
{
color: #B0E2D3;
}
.AnyTagClassName
{
color: #B0E2D3;
}
</style>
background-color css
<style>
a { background-color: #B0E2D3; }
a { background-color: rgb(176,226,211); }
div.DivClassName
{
background-color: #B0E2D3;
}
.BgClassName
{
background-color: #B0E2D3;
}
</style>
border-color css
<style>
span { border-color: #B0E2D3; }
span { border-color: rgb(176,226,211); }
td.TdClassName
{
border-color: #B0E2D3;
}
.TagClassName
{
border-color: #B0E2D3;
}
</style>