Shades of Cruise #B0E3D4
Tints of Cruise #B0E3D4
RGB
CMYK
RGB Variations
Color information
#B0E3D4 (or 0xB0E3D4) is known color: Cruise. HEX triplet: B0, E3 and D4. RGB value is (176,227,212). Sum of RGB (Red+Green+Blue) = 176+227+212=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E3D4 is #4F1C2B. Grayscale: #D2D2D2. Windows color (decimal): -5184556 or 13951920. OLE color: 13951920.
HSL color Cylindrical-coordinate representation of color #B0E3D4: hue angle of 162.35º degrees, saturation: 0.48, 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 #B0E3D4 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 227 | 212 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.11 |
| HSL | 162.35º | 0.48% | 0.79% | - |
| HSV(B) | 162.35º | 0.22% | 0.89% | - |
| XYZ | 57.26 | 68.92 | 72.57 | - |
| YUV | 210.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 227 | 212 | 0.22 | 0 | 0.07 | 0.11 | 162.35 | 0.48 | 0.79 |
| Hex | B0 | E3 | D4 | 16 | 0 | 7 | B | A2 | 30 | 4F |
| Octal | 260 | 343 | 324 | 26 | 0 | 7 | 13 | 242 | 60 | 117 |
| Binary | 10110000 | 11100011 | 11010100 | 10110 | 0 | 111 | 1011 | 10100010 | 110000 | 1001111 |
Color Harmonies of #B0E3D4
Complementary color
Monochromatic Colors of #B0E3D4
Black with #B0E3D4
Text Example
Text Example
White with #B0E3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E3D4; }
p { color: rgb(176,227,212); }
H1.HeaderClassName
{
color: #B0E3D4;
}
.AnyTagClassName
{
color: #B0E3D4;
}
</style>
background-color css
<style>
a { background-color: #B0E3D4; }
a { background-color: rgb(176,227,212); }
div.DivClassName
{
background-color: #B0E3D4;
}
.BgClassName
{
background-color: #B0E3D4;
}
</style>
border-color css
<style>
span { border-color: #B0E3D4; }
span { border-color: rgb(176,227,212); }
td.TdClassName
{
border-color: #B0E3D4;
}
.TagClassName
{
border-color: #B0E3D4;
}
</style>