Shades of Cruise #B2E0CD
Tints of Cruise #B2E0CD
RGB
CMYK
RGB Variations
Color information
#B2E0CD (or 0xB2E0CD) is known color: Cruise. HEX triplet: B2, E0 and CD. RGB value is (178,224,205). Sum of RGB (Red+Green+Blue) = 178+224+205=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0CD is #4D1F32. Grayscale: #D0D0D0. Windows color (decimal): -5054259 or 13492402. OLE color: 13492402.
HSL color Cylindrical-coordinate representation of color #B2E0CD: hue angle of 155.22º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E0CD is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 205 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.12 |
| HSL | 155.22º | 0.43% | 0.79% | - |
| HSV(B) | 155.22º | 0.21% | 0.88% | - |
| XYZ | 56.04 | 67.18 | 67.77 | - |
| YUV | 208.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 205 | 0.21 | 0 | 0.08 | 0.12 | 155.22 | 0.43 | 0.79 |
| Hex | B2 | E0 | CD | 15 | 0 | 8 | C | 9B | 2B | 4F |
| Octal | 262 | 340 | 315 | 25 | 0 | 10 | 14 | 233 | 53 | 117 |
| Binary | 10110010 | 11100000 | 11001101 | 10101 | 0 | 1000 | 1100 | 10011011 | 101011 | 1001111 |
Color Harmonies of #B2E0CD
Complementary color
Monochromatic Colors of #B2E0CD
Black with #B2E0CD
Text Example
Text Example
White with #B2E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E0CD; }
p { color: rgb(178,224,205); }
H1.HeaderClassName
{
color: #B2E0CD;
}
.AnyTagClassName
{
color: #B2E0CD;
}
</style>
background-color css
<style>
a { background-color: #B2E0CD; }
a { background-color: rgb(178,224,205); }
div.DivClassName
{
background-color: #B2E0CD;
}
.BgClassName
{
background-color: #B2E0CD;
}
</style>
border-color css
<style>
span { border-color: #B2E0CD; }
span { border-color: rgb(178,224,205); }
td.TdClassName
{
border-color: #B2E0CD;
}
.TagClassName
{
border-color: #B2E0CD;
}
</style>