Shades of Surf #B7CEB9
Tints of Surf #B7CEB9
RGB
CMYK
RGB Variations
Color information
#B7CEB9 (or 0xB7CEB9) is known color: Surf. HEX triplet: B7, CE and B9. RGB value is (183,206,185). Sum of RGB (Red+Green+Blue) = 183+206+185=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEB9 is #483146. Grayscale: #C4C4C4. Windows color (decimal): -4731207 or 12177079. OLE color: 12177079.
HSL color Cylindrical-coordinate representation of color #B7CEB9: hue angle of 125.22º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CEB9 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 185 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.19 |
| HSL | 125.22º | 0.19% | 0.76% | - |
| HSV(B) | 125.22º | 0.11% | 0.81% | - |
| XYZ | 50.36 | 57.71 | 54.38 | - |
| YUV | 196.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 185 | 0.11 | 0 | 0.10 | 0.19 | 125.22 | 0.19 | 0.76 |
| Hex | B7 | CE | B9 | B | 0 | A | 13 | 7D | 13 | 4C |
| Octal | 267 | 316 | 271 | 13 | 0 | 12 | 23 | 175 | 23 | 114 |
| Binary | 10110111 | 11001110 | 10111001 | 1011 | 0 | 1010 | 10011 | 1111101 | 10011 | 1001100 |
Color Harmonies of #B7CEB9
Complementary color
Monochromatic Colors of #B7CEB9
Black with #B7CEB9
Text Example
Text Example
White with #B7CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CEB9; }
p { color: rgb(183,206,185); }
H1.HeaderClassName
{
color: #B7CEB9;
}
.AnyTagClassName
{
color: #B7CEB9;
}
</style>
background-color css
<style>
a { background-color: #B7CEB9; }
a { background-color: rgb(183,206,185); }
div.DivClassName
{
background-color: #B7CEB9;
}
.BgClassName
{
background-color: #B7CEB9;
}
</style>
border-color css
<style>
span { border-color: #B7CEB9; }
span { border-color: rgb(183,206,185); }
td.TdClassName
{
border-color: #B7CEB9;
}
.TagClassName
{
border-color: #B7CEB9;
}
</style>