Shades of Cruise #B4E4D0
Tints of Cruise #B4E4D0
RGB
CMYK
RGB Variations
Color information
#B4E4D0 (or 0xB4E4D0) is known color: Cruise. HEX triplet: B4, E4 and D0. RGB value is (180,228,208). Sum of RGB (Red+Green+Blue) = 180+228+208=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E4D0 is #4B1B2F. Grayscale: #D3D3D3. Windows color (decimal): -4922160 or 13690036. OLE color: 13690036.
HSL color Cylindrical-coordinate representation of color #B4E4D0: hue angle of 155º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E4D0 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 228 | 208 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.11 |
| HSL | 155º | 0.47% | 0.8% | - |
| HSV(B) | 155º | 0.21% | 0.89% | - |
| XYZ | 57.95 | 69.74 | 70.08 | - |
| YUV | 211.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 228 | 208 | 0.21 | 0 | 0.09 | 0.11 | 155 | 0.47 | 0.8 |
| Hex | B4 | E4 | D0 | 15 | 0 | 9 | B | 9B | 2F | 50 |
| Octal | 264 | 344 | 320 | 25 | 0 | 11 | 13 | 233 | 57 | 120 |
| Binary | 10110100 | 11100100 | 11010000 | 10101 | 0 | 1001 | 1011 | 10011011 | 101111 | 1010000 |
Color Harmonies of #B4E4D0
Complementary color
Monochromatic Colors of #B4E4D0
Black with #B4E4D0
Text Example
Text Example
White with #B4E4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E4D0; }
p { color: rgb(180,228,208); }
H1.HeaderClassName
{
color: #B4E4D0;
}
.AnyTagClassName
{
color: #B4E4D0;
}
</style>
background-color css
<style>
a { background-color: #B4E4D0; }
a { background-color: rgb(180,228,208); }
div.DivClassName
{
background-color: #B4E4D0;
}
.BgClassName
{
background-color: #B4E4D0;
}
</style>
border-color css
<style>
span { border-color: #B4E4D0; }
span { border-color: rgb(180,228,208); }
td.TdClassName
{
border-color: #B4E4D0;
}
.TagClassName
{
border-color: #B4E4D0;
}
</style>