Shades of Cruise #B4E1D4
Tints of Cruise #B4E1D4
RGB
CMYK
RGB Variations
Color information
#B4E1D4 (or 0xB4E1D4) is known color: Cruise. HEX triplet: B4, E1 and D4. RGB value is (180,225,212). Sum of RGB (Red+Green+Blue) = 180+225+212=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1D4 is #4B1E2B. Grayscale: #D2D2D2. Windows color (decimal): -4922924 or 13951412. OLE color: 13951412.
HSL color Cylindrical-coordinate representation of color #B4E1D4: hue angle of 162.67º 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 #B4E1D4 is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 212 | - |
| CMYK | 0.2 | 0 | 0.06 | 0.12 |
| HSL | 162.67º | 0.43% | 0.79% | - |
| HSV(B) | 162.67º | 0.2% | 0.88% | - |
| XYZ | 57.63 | 68.31 | 72.43 | - |
| YUV | 210.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 212 | 0.2 | 0 | 0.06 | 0.12 | 162.67 | 0.43 | 0.79 |
| Hex | B4 | E1 | D4 | 14 | 0 | 6 | C | A3 | 2B | 4F |
| Octal | 264 | 341 | 324 | 24 | 0 | 6 | 14 | 243 | 53 | 117 |
| Binary | 10110100 | 11100001 | 11010100 | 10100 | 0 | 110 | 1100 | 10100011 | 101011 | 1001111 |
Color Harmonies of #B4E1D4
Complementary color
Monochromatic Colors of #B4E1D4
Black with #B4E1D4
Text Example
Text Example
White with #B4E1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1D4; }
p { color: rgb(180,225,212); }
H1.HeaderClassName
{
color: #B4E1D4;
}
.AnyTagClassName
{
color: #B4E1D4;
}
</style>
background-color css
<style>
a { background-color: #B4E1D4; }
a { background-color: rgb(180,225,212); }
div.DivClassName
{
background-color: #B4E1D4;
}
.BgClassName
{
background-color: #B4E1D4;
}
</style>
border-color css
<style>
span { border-color: #B4E1D4; }
span { border-color: rgb(180,225,212); }
td.TdClassName
{
border-color: #B4E1D4;
}
.TagClassName
{
border-color: #B4E1D4;
}
</style>