Shades of Cruise #B0E4CF
Tints of Cruise #B0E4CF
RGB
CMYK
RGB Variations
Color information
#B0E4CF (or 0xB0E4CF) is known color: Cruise. HEX triplet: B0, E4 and CF. RGB value is (176,228,207). Sum of RGB (Red+Green+Blue) = 176+228+207=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4CF is #4F1B30. Grayscale: #D2D2D2. Windows color (decimal): -5184305 or 13624496. OLE color: 13624496.
HSL color Cylindrical-coordinate representation of color #B0E4CF: hue angle of 155.77º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E4CF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 207 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.11 |
| HSL | 155.77º | 0.49% | 0.79% | - |
| HSV(B) | 155.77º | 0.23% | 0.89% | - |
| XYZ | 56.91 | 69.22 | 69.39 | - |
| YUV | 210.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 207 | 0.23 | 0 | 0.09 | 0.11 | 155.77 | 0.49 | 0.79 |
| Hex | B0 | E4 | CF | 17 | 0 | 9 | B | 9C | 31 | 4F |
| Octal | 260 | 344 | 317 | 27 | 0 | 11 | 13 | 234 | 61 | 117 |
| Binary | 10110000 | 11100100 | 11001111 | 10111 | 0 | 1001 | 1011 | 10011100 | 110001 | 1001111 |
Color Harmonies of #B0E4CF
Complementary color
Monochromatic Colors of #B0E4CF
Black with #B0E4CF
Text Example
Text Example
White with #B0E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E4CF; }
p { color: rgb(176,228,207); }
H1.HeaderClassName
{
color: #B0E4CF;
}
.AnyTagClassName
{
color: #B0E4CF;
}
</style>
background-color css
<style>
a { background-color: #B0E4CF; }
a { background-color: rgb(176,228,207); }
div.DivClassName
{
background-color: #B0E4CF;
}
.BgClassName
{
background-color: #B0E4CF;
}
</style>
border-color css
<style>
span { border-color: #B0E4CF; }
span { border-color: rgb(176,228,207); }
td.TdClassName
{
border-color: #B0E4CF;
}
.TagClassName
{
border-color: #B0E4CF;
}
</style>