Shades of Surf #B7CFBB
Tints of Surf #B7CFBB
RGB
CMYK
RGB Variations
Color information
#B7CFBB (or 0xB7CFBB) is known color: Surf. HEX triplet: B7, CF and BB. RGB value is (183,207,187). Sum of RGB (Red+Green+Blue) = 183+207+187=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFBB is #483044. Grayscale: #C5C5C5. Windows color (decimal): -4730949 or 12308407. OLE color: 12308407.
HSL color Cylindrical-coordinate representation of color #B7CFBB: hue angle of 130º 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 #B7CFBB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 187 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.19 |
| HSL | 130º | 0.2% | 0.76% | - |
| HSV(B) | 130º | 0.12% | 0.81% | - |
| XYZ | 50.81 | 58.28 | 55.59 | - |
| YUV | 197.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 187 | 0.12 | 0 | 0.10 | 0.19 | 130 | 0.2 | 0.76 |
| Hex | B7 | CF | BB | C | 0 | A | 13 | 82 | 14 | 4C |
| Octal | 267 | 317 | 273 | 14 | 0 | 12 | 23 | 202 | 24 | 114 |
| Binary | 10110111 | 11001111 | 10111011 | 1100 | 0 | 1010 | 10011 | 10000010 | 10100 | 1001100 |
Color Harmonies of #B7CFBB
Complementary color
Monochromatic Colors of #B7CFBB
Black with #B7CFBB
Text Example
Text Example
White with #B7CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFBB; }
p { color: rgb(183,207,187); }
H1.HeaderClassName
{
color: #B7CFBB;
}
.AnyTagClassName
{
color: #B7CFBB;
}
</style>
background-color css
<style>
a { background-color: #B7CFBB; }
a { background-color: rgb(183,207,187); }
div.DivClassName
{
background-color: #B7CFBB;
}
.BgClassName
{
background-color: #B7CFBB;
}
</style>
border-color css
<style>
span { border-color: #B7CFBB; }
span { border-color: rgb(183,207,187); }
td.TdClassName
{
border-color: #B7CFBB;
}
.TagClassName
{
border-color: #B7CFBB;
}
</style>