Shades of Surf #B7CFBD
Tints of Surf #B7CFBD
RGB
CMYK
RGB Variations
Color information
#B7CFBD (or 0xB7CFBD) is known color: Surf. HEX triplet: B7, CF and BD. RGB value is (183,207,189). Sum of RGB (Red+Green+Blue) = 183+207+189=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFBD is #483042. Grayscale: #C5C5C5. Windows color (decimal): -4730947 or 12439479. OLE color: 12439479.
HSL color Cylindrical-coordinate representation of color #B7CFBD: hue angle of 135º 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 #B7CFBD is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 189 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.19 |
| HSL | 135º | 0.2% | 0.76% | - |
| HSV(B) | 135º | 0.12% | 0.81% | - |
| XYZ | 51.03 | 58.37 | 56.72 | - |
| YUV | 197.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 189 | 0.12 | 0 | 0.09 | 0.19 | 135 | 0.2 | 0.76 |
| Hex | B7 | CF | BD | C | 0 | 9 | 13 | 87 | 14 | 4C |
| Octal | 267 | 317 | 275 | 14 | 0 | 11 | 23 | 207 | 24 | 114 |
| Binary | 10110111 | 11001111 | 10111101 | 1100 | 0 | 1001 | 10011 | 10000111 | 10100 | 1001100 |
Color Harmonies of #B7CFBD
Complementary color
Monochromatic Colors of #B7CFBD
Black with #B7CFBD
Text Example
Text Example
White with #B7CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFBD; }
p { color: rgb(183,207,189); }
H1.HeaderClassName
{
color: #B7CFBD;
}
.AnyTagClassName
{
color: #B7CFBD;
}
</style>
background-color css
<style>
a { background-color: #B7CFBD; }
a { background-color: rgb(183,207,189); }
div.DivClassName
{
background-color: #B7CFBD;
}
.BgClassName
{
background-color: #B7CFBD;
}
</style>
border-color css
<style>
span { border-color: #B7CFBD; }
span { border-color: rgb(183,207,189); }
td.TdClassName
{
border-color: #B7CFBD;
}
.TagClassName
{
border-color: #B7CFBD;
}
</style>