Shades of Cruise #B4E7D3
Tints of Cruise #B4E7D3
RGB
CMYK
RGB Variations
Color information
#B4E7D3 (or 0xB4E7D3) is known color: Cruise. HEX triplet: B4, E7 and D3. RGB value is (180,231,211). Sum of RGB (Red+Green+Blue) = 180+231+211=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7D3 is #4B182C. Grayscale: #D5D5D5. Windows color (decimal): -4921389 or 13887412. OLE color: 13887412.
HSL color Cylindrical-coordinate representation of color #B4E7D3: hue angle of 156.47º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7D3 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 211 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.09 |
| HSL | 156.47º | 0.52% | 0.81% | - |
| HSV(B) | 156.47º | 0.22% | 0.91% | - |
| XYZ | 59.16 | 71.56 | 72.32 | - |
| YUV | 213.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 211 | 0.22 | 0 | 0.09 | 0.09 | 156.47 | 0.52 | 0.81 |
| Hex | B4 | E7 | D3 | 16 | 0 | 9 | 9 | 9C | 34 | 51 |
| Octal | 264 | 347 | 323 | 26 | 0 | 11 | 11 | 234 | 64 | 121 |
| Binary | 10110100 | 11100111 | 11010011 | 10110 | 0 | 1001 | 1001 | 10011100 | 110100 | 1010001 |
Color Harmonies of #B4E7D3
Complementary color
Monochromatic Colors of #B4E7D3
Black with #B4E7D3
Text Example
Text Example
White with #B4E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E7D3; }
p { color: rgb(180,231,211); }
H1.HeaderClassName
{
color: #B4E7D3;
}
.AnyTagClassName
{
color: #B4E7D3;
}
</style>
background-color css
<style>
a { background-color: #B4E7D3; }
a { background-color: rgb(180,231,211); }
div.DivClassName
{
background-color: #B4E7D3;
}
.BgClassName
{
background-color: #B4E7D3;
}
</style>
border-color css
<style>
span { border-color: #B4E7D3; }
span { border-color: rgb(180,231,211); }
td.TdClassName
{
border-color: #B4E7D3;
}
.TagClassName
{
border-color: #B4E7D3;
}
</style>