Shades of Cruise #B0E1CE
Tints of Cruise #B0E1CE
RGB
CMYK
RGB Variations
Color information
#B0E1CE (or 0xB0E1CE) is known color: Cruise. HEX triplet: B0, E1 and CE. RGB value is (176,225,206). Sum of RGB (Red+Green+Blue) = 176+225+206=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1CE is #4F1E31. Grayscale: #D0D0D0. Windows color (decimal): -5185074 or 13558192. OLE color: 13558192.
HSL color Cylindrical-coordinate representation of color #B0E1CE: hue angle of 156.73º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E1CE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 206 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.12 |
| HSL | 156.73º | 0.45% | 0.79% | - |
| HSV(B) | 156.73º | 0.22% | 0.88% | - |
| XYZ | 55.97 | 67.54 | 68.48 | - |
| YUV | 208.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 206 | 0.22 | 0 | 0.08 | 0.12 | 156.73 | 0.45 | 0.79 |
| Hex | B0 | E1 | CE | 16 | 0 | 8 | C | 9D | 2D | 4F |
| Octal | 260 | 341 | 316 | 26 | 0 | 10 | 14 | 235 | 55 | 117 |
| Binary | 10110000 | 11100001 | 11001110 | 10110 | 0 | 1000 | 1100 | 10011101 | 101101 | 1001111 |
Color Harmonies of #B0E1CE
Complementary color
Monochromatic Colors of #B0E1CE
Black with #B0E1CE
Text Example
Text Example
White with #B0E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1CE; }
p { color: rgb(176,225,206); }
H1.HeaderClassName
{
color: #B0E1CE;
}
.AnyTagClassName
{
color: #B0E1CE;
}
</style>
background-color css
<style>
a { background-color: #B0E1CE; }
a { background-color: rgb(176,225,206); }
div.DivClassName
{
background-color: #B0E1CE;
}
.BgClassName
{
background-color: #B0E1CE;
}
</style>
border-color css
<style>
span { border-color: #B0E1CE; }
span { border-color: rgb(176,225,206); }
td.TdClassName
{
border-color: #B0E1CE;
}
.TagClassName
{
border-color: #B0E1CE;
}
</style>