Shades of Surf #B5CEB6
Tints of Surf #B5CEB6
RGB
CMYK
RGB Variations
Color information
#B5CEB6 (or 0xB5CEB6) is known color: Surf. HEX triplet: B5, CE and B6. RGB value is (181,206,182). Sum of RGB (Red+Green+Blue) = 181+206+182=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEB6 is #4A3149. Grayscale: #C3C3C3. Windows color (decimal): -4862282 or 11980469. OLE color: 11980469.
HSL color Cylindrical-coordinate representation of color #B5CEB6: hue angle of 122.4º 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 #B5CEB6 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 182 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.19 |
| HSL | 122.4º | 0.2% | 0.76% | - |
| HSV(B) | 122.4º | 0.12% | 0.81% | - |
| XYZ | 49.57 | 57.34 | 52.71 | - |
| YUV | 195.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 182 | 0.12 | 0 | 0.12 | 0.19 | 122.4 | 0.2 | 0.76 |
| Hex | B5 | CE | B6 | C | 0 | C | 13 | 7A | 14 | 4C |
| Octal | 265 | 316 | 266 | 14 | 0 | 14 | 23 | 172 | 24 | 114 |
| Binary | 10110101 | 11001110 | 10110110 | 1100 | 0 | 1100 | 10011 | 1111010 | 10100 | 1001100 |
Color Harmonies of #B5CEB6
Complementary color
Monochromatic Colors of #B5CEB6
Black with #B5CEB6
Text Example
Text Example
White with #B5CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEB6; }
p { color: rgb(181,206,182); }
H1.HeaderClassName
{
color: #B5CEB6;
}
.AnyTagClassName
{
color: #B5CEB6;
}
</style>
background-color css
<style>
a { background-color: #B5CEB6; }
a { background-color: rgb(181,206,182); }
div.DivClassName
{
background-color: #B5CEB6;
}
.BgClassName
{
background-color: #B5CEB6;
}
</style>
border-color css
<style>
span { border-color: #B5CEB6; }
span { border-color: rgb(181,206,182); }
td.TdClassName
{
border-color: #B5CEB6;
}
.TagClassName
{
border-color: #B5CEB6;
}
</style>