Shades of Cruise #B3E1CE
Tints of Cruise #B3E1CE
RGB
CMYK
RGB Variations
Color information
#B3E1CE (or 0xB3E1CE) is known color: Cruise. HEX triplet: B3, E1 and CE. RGB value is (179,225,206). Sum of RGB (Red+Green+Blue) = 179+225+206=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E1CE is #4C1E31. Grayscale: #D1D1D1. Windows color (decimal): -4988466 or 13558195. OLE color: 13558195.
HSL color Cylindrical-coordinate representation of color #B3E1CE: 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.2%. Process color model (Four color, CMYK) of #B3E1CE is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 225 | 206 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.12 |
| HSL | 155.22º | 0.43% | 0.79% | - |
| HSV(B) | 155.22º | 0.2% | 0.88% | - |
| XYZ | 56.66 | 67.89 | 68.51 | - |
| YUV | 209.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 206 | 0.20 | 0 | 0.08 | 0.12 | 155.22 | 0.43 | 0.79 |
| Hex | B3 | E1 | CE | 14 | 0 | 8 | C | 9B | 2B | 4F |
| Octal | 263 | 341 | 316 | 24 | 0 | 10 | 14 | 233 | 53 | 117 |
| Binary | 10110011 | 11100001 | 11001110 | 10100 | 0 | 1000 | 1100 | 10011011 | 101011 | 1001111 |
Color Harmonies of #B3E1CE
Complementary color
Monochromatic Colors of #B3E1CE
Black with #B3E1CE
Text Example
Text Example
White with #B3E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E1CE; }
p { color: rgb(179,225,206); }
H1.HeaderClassName
{
color: #B3E1CE;
}
.AnyTagClassName
{
color: #B3E1CE;
}
</style>
background-color css
<style>
a { background-color: #B3E1CE; }
a { background-color: rgb(179,225,206); }
div.DivClassName
{
background-color: #B3E1CE;
}
.BgClassName
{
background-color: #B3E1CE;
}
</style>
border-color css
<style>
span { border-color: #B3E1CE; }
span { border-color: rgb(179,225,206); }
td.TdClassName
{
border-color: #B3E1CE;
}
.TagClassName
{
border-color: #B3E1CE;
}
</style>