Shades of Cruise #B2E3D3
Tints of Cruise #B2E3D3
RGB
CMYK
RGB Variations
Color information
#B2E3D3 (or 0xB2E3D3) is known color: Cruise. HEX triplet: B2, E3 and D3. RGB value is (178,227,211). Sum of RGB (Red+Green+Blue) = 178+227+211=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E3D3 is #4D1C2C. Grayscale: #D2D2D2. Windows color (decimal): -5053485 or 13886386. OLE color: 13886386.
HSL color Cylindrical-coordinate representation of color #B2E3D3: hue angle of 160.41º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E3D3 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 227 | 211 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.11 |
| HSL | 160.41º | 0.47% | 0.79% | - |
| HSV(B) | 160.41º | 0.22% | 0.89% | - |
| XYZ | 57.59 | 69.11 | 71.93 | - |
| YUV | 210.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 227 | 211 | 0.22 | 0 | 0.07 | 0.11 | 160.41 | 0.47 | 0.79 |
| Hex | B2 | E3 | D3 | 16 | 0 | 7 | B | A0 | 2F | 4F |
| Octal | 262 | 343 | 323 | 26 | 0 | 7 | 13 | 240 | 57 | 117 |
| Binary | 10110010 | 11100011 | 11010011 | 10110 | 0 | 111 | 1011 | 10100000 | 101111 | 1001111 |
Color Harmonies of #B2E3D3
Complementary color
Monochromatic Colors of #B2E3D3
Black with #B2E3D3
Text Example
Text Example
White with #B2E3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E3D3; }
p { color: rgb(178,227,211); }
H1.HeaderClassName
{
color: #B2E3D3;
}
.AnyTagClassName
{
color: #B2E3D3;
}
</style>
background-color css
<style>
a { background-color: #B2E3D3; }
a { background-color: rgb(178,227,211); }
div.DivClassName
{
background-color: #B2E3D3;
}
.BgClassName
{
background-color: #B2E3D3;
}
</style>
border-color css
<style>
span { border-color: #B2E3D3; }
span { border-color: rgb(178,227,211); }
td.TdClassName
{
border-color: #B2E3D3;
}
.TagClassName
{
border-color: #B2E3D3;
}
</style>