Shades of Cruise #B2E5D5
Tints of Cruise #B2E5D5
RGB
CMYK
RGB Variations
Color information
#B2E5D5 (or 0xB2E5D5) is known color: Cruise. HEX triplet: B2, E5 and D5. RGB value is (178,229,213). Sum of RGB (Red+Green+Blue) = 178+229+213=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E5D5 is #4D1A2A. Grayscale: #D3D3D3. Windows color (decimal): -5052971 or 14017970. OLE color: 14017970.
HSL color Cylindrical-coordinate representation of color #B2E5D5: hue angle of 161.18º 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 #B2E5D5 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 213 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.10 |
| HSL | 161.18º | 0.5% | 0.8% | - |
| HSV(B) | 161.18º | 0.22% | 0.9% | - |
| XYZ | 58.39 | 70.31 | 73.44 | - |
| YUV | 211.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 213 | 0.22 | 0 | 0.07 | 0.10 | 161.18 | 0.5 | 0.8 |
| Hex | B2 | E5 | D5 | 16 | 0 | 7 | A | A1 | 32 | 50 |
| Octal | 262 | 345 | 325 | 26 | 0 | 7 | 12 | 241 | 62 | 120 |
| Binary | 10110010 | 11100101 | 11010101 | 10110 | 0 | 111 | 1010 | 10100001 | 110010 | 1010000 |
Color Harmonies of #B2E5D5
Complementary color
Monochromatic Colors of #B2E5D5
Black with #B2E5D5
Text Example
Text Example
White with #B2E5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E5D5; }
p { color: rgb(178,229,213); }
H1.HeaderClassName
{
color: #B2E5D5;
}
.AnyTagClassName
{
color: #B2E5D5;
}
</style>
background-color css
<style>
a { background-color: #B2E5D5; }
a { background-color: rgb(178,229,213); }
div.DivClassName
{
background-color: #B2E5D5;
}
.BgClassName
{
background-color: #B2E5D5;
}
</style>
border-color css
<style>
span { border-color: #B2E5D5; }
span { border-color: rgb(178,229,213); }
td.TdClassName
{
border-color: #B2E5D5;
}
.TagClassName
{
border-color: #B2E5D5;
}
</style>