Shades of Surf #B5CEBA
Tints of Surf #B5CEBA
RGB
CMYK
RGB Variations
Color information
#B5CEBA (or 0xB5CEBA) is known color: Surf. HEX triplet: B5, CE and BA. RGB value is (181,206,186). Sum of RGB (Red+Green+Blue) = 181+206+186=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEBA is #4A3145. Grayscale: #C4C4C4. Windows color (decimal): -4862278 or 12242613. OLE color: 12242613.
HSL color Cylindrical-coordinate representation of color #B5CEBA: hue angle of 132º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEBA is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 186 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.19 |
| HSL | 132º | 0.2% | 0.76% | - |
| HSV(B) | 132º | 0.12% | 0.81% | - |
| XYZ | 49.99 | 57.51 | 54.92 | - |
| YUV | 196.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 186 | 0.12 | 0 | 0.10 | 0.19 | 132 | 0.2 | 0.76 |
| Hex | B5 | CE | BA | C | 0 | A | 13 | 84 | 14 | 4C |
| Octal | 265 | 316 | 272 | 14 | 0 | 12 | 23 | 204 | 24 | 114 |
| Binary | 10110101 | 11001110 | 10111010 | 1100 | 0 | 1010 | 10011 | 10000100 | 10100 | 1001100 |
Color Harmonies of #B5CEBA
Complementary color
Monochromatic Colors of #B5CEBA
Black with #B5CEBA
Text Example
Text Example
White with #B5CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEBA; }
p { color: rgb(181,206,186); }
H1.HeaderClassName
{
color: #B5CEBA;
}
.AnyTagClassName
{
color: #B5CEBA;
}
</style>
background-color css
<style>
a { background-color: #B5CEBA; }
a { background-color: rgb(181,206,186); }
div.DivClassName
{
background-color: #B5CEBA;
}
.BgClassName
{
background-color: #B5CEBA;
}
</style>
border-color css
<style>
span { border-color: #B5CEBA; }
span { border-color: rgb(181,206,186); }
td.TdClassName
{
border-color: #B5CEBA;
}
.TagClassName
{
border-color: #B5CEBA;
}
</style>