Shades of Cruise #B2E5D4
Tints of Cruise #B2E5D4
RGB
CMYK
RGB Variations
Color information
#B2E5D4 (or 0xB2E5D4) is known color: Cruise. HEX triplet: B2, E5 and D4. RGB value is (178,229,212). Sum of RGB (Red+Green+Blue) = 178+229+212=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E5D4 is #4D1A2B. Grayscale: #D3D3D3. Windows color (decimal): -5052972 or 13952434. OLE color: 13952434.
HSL color Cylindrical-coordinate representation of color #B2E5D4: hue angle of 160º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E5D4 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 212 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.10 |
| HSL | 160º | 0.5% | 0.8% | - |
| HSV(B) | 160º | 0.22% | 0.9% | - |
| XYZ | 58.26 | 70.26 | 72.78 | - |
| YUV | 211.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 212 | 0.22 | 0 | 0.07 | 0.10 | 160 | 0.5 | 0.8 |
| Hex | B2 | E5 | D4 | 16 | 0 | 7 | A | A0 | 32 | 50 |
| Octal | 262 | 345 | 324 | 26 | 0 | 7 | 12 | 240 | 62 | 120 |
| Binary | 10110010 | 11100101 | 11010100 | 10110 | 0 | 111 | 1010 | 10100000 | 110010 | 1010000 |
Color Harmonies of #B2E5D4
Complementary color
Monochromatic Colors of #B2E5D4
Black with #B2E5D4
Text Example
Text Example
White with #B2E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E5D4; }
p { color: rgb(178,229,212); }
H1.HeaderClassName
{
color: #B2E5D4;
}
.AnyTagClassName
{
color: #B2E5D4;
}
</style>
background-color css
<style>
a { background-color: #B2E5D4; }
a { background-color: rgb(178,229,212); }
div.DivClassName
{
background-color: #B2E5D4;
}
.BgClassName
{
background-color: #B2E5D4;
}
</style>
border-color css
<style>
span { border-color: #B2E5D4; }
span { border-color: rgb(178,229,212); }
td.TdClassName
{
border-color: #B2E5D4;
}
.TagClassName
{
border-color: #B2E5D4;
}
</style>