Shades of Cruise #B4E1CF
Tints of Cruise #B4E1CF
RGB
CMYK
RGB Variations
Color information
#B4E1CF (or 0xB4E1CF) is known color: Cruise. HEX triplet: B4, E1 and CF. RGB value is (180,225,207). Sum of RGB (Red+Green+Blue) = 180+225+207=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1CF is #4B1E30. Grayscale: #D1D1D1. Windows color (decimal): -4922929 or 13623732. OLE color: 13623732.
HSL color Cylindrical-coordinate representation of color #B4E1CF: hue angle of 156º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1CF is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 207 | - |
| CMYK | 0.2 | 0 | 0.08 | 0.12 |
| HSL | 156º | 0.43% | 0.79% | - |
| HSV(B) | 156º | 0.2% | 0.88% | - |
| XYZ | 57.01 | 68.06 | 69.16 | - |
| YUV | 209.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 207 | 0.2 | 0 | 0.08 | 0.12 | 156 | 0.43 | 0.79 |
| Hex | B4 | E1 | CF | 14 | 0 | 8 | C | 9C | 2B | 4F |
| Octal | 264 | 341 | 317 | 24 | 0 | 10 | 14 | 234 | 53 | 117 |
| Binary | 10110100 | 11100001 | 11001111 | 10100 | 0 | 1000 | 1100 | 10011100 | 101011 | 1001111 |
Color Harmonies of #B4E1CF
Complementary color
Monochromatic Colors of #B4E1CF
Black with #B4E1CF
Text Example
Text Example
White with #B4E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1CF; }
p { color: rgb(180,225,207); }
H1.HeaderClassName
{
color: #B4E1CF;
}
.AnyTagClassName
{
color: #B4E1CF;
}
</style>
background-color css
<style>
a { background-color: #B4E1CF; }
a { background-color: rgb(180,225,207); }
div.DivClassName
{
background-color: #B4E1CF;
}
.BgClassName
{
background-color: #B4E1CF;
}
</style>
border-color css
<style>
span { border-color: #B4E1CF; }
span { border-color: rgb(180,225,207); }
td.TdClassName
{
border-color: #B4E1CF;
}
.TagClassName
{
border-color: #B4E1CF;
}
</style>