Shades of Cruise #B1E4CF
Tints of Cruise #B1E4CF
RGB
CMYK
RGB Variations
Color information
#B1E4CF (or 0xB1E4CF) is known color: Cruise. HEX triplet: B1, E4 and CF. RGB value is (177,228,207). Sum of RGB (Red+Green+Blue) = 177+228+207=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4CF is #4E1B30. Grayscale: #D2D2D2. Windows color (decimal): -5118769 or 13624497. OLE color: 13624497.
HSL color Cylindrical-coordinate representation of color #B1E4CF: hue angle of 155.29º degrees, saturation: 0.49, 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 #B1E4CF is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 207 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.11 |
| HSL | 155.29º | 0.49% | 0.79% | - |
| HSV(B) | 155.29º | 0.22% | 0.89% | - |
| XYZ | 57.14 | 69.34 | 69.4 | - |
| YUV | 210.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 207 | 0.22 | 0 | 0.09 | 0.11 | 155.29 | 0.49 | 0.79 |
| Hex | B1 | E4 | CF | 16 | 0 | 9 | B | 9B | 31 | 4F |
| Octal | 261 | 344 | 317 | 26 | 0 | 11 | 13 | 233 | 61 | 117 |
| Binary | 10110001 | 11100100 | 11001111 | 10110 | 0 | 1001 | 1011 | 10011011 | 110001 | 1001111 |
Color Harmonies of #B1E4CF
Complementary color
Monochromatic Colors of #B1E4CF
Black with #B1E4CF
Text Example
Text Example
White with #B1E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E4CF; }
p { color: rgb(177,228,207); }
H1.HeaderClassName
{
color: #B1E4CF;
}
.AnyTagClassName
{
color: #B1E4CF;
}
</style>
background-color css
<style>
a { background-color: #B1E4CF; }
a { background-color: rgb(177,228,207); }
div.DivClassName
{
background-color: #B1E4CF;
}
.BgClassName
{
background-color: #B1E4CF;
}
</style>
border-color css
<style>
span { border-color: #B1E4CF; }
span { border-color: rgb(177,228,207); }
td.TdClassName
{
border-color: #B1E4CF;
}
.TagClassName
{
border-color: #B1E4CF;
}
</style>