Shades of Surf #B7CFBC
Tints of Surf #B7CFBC
RGB
CMYK
RGB Variations
Color information
#B7CFBC (or 0xB7CFBC) is known color: Surf. HEX triplet: B7, CF and BC. RGB value is (183,207,188). Sum of RGB (Red+Green+Blue) = 183+207+188=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFBC is #483043. Grayscale: #C5C5C5. Windows color (decimal): -4730948 or 12373943. OLE color: 12373943.
HSL color Cylindrical-coordinate representation of color #B7CFBC: hue angle of 132.5º 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 #B7CFBC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 188 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.19 |
| HSL | 132.5º | 0.2% | 0.76% | - |
| HSV(B) | 132.5º | 0.12% | 0.81% | - |
| XYZ | 50.92 | 58.32 | 56.15 | - |
| YUV | 197.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 188 | 0.12 | 0 | 0.09 | 0.19 | 132.5 | 0.2 | 0.76 |
| Hex | B7 | CF | BC | C | 0 | 9 | 13 | 84 | 14 | 4C |
| Octal | 267 | 317 | 274 | 14 | 0 | 11 | 23 | 204 | 24 | 114 |
| Binary | 10110111 | 11001111 | 10111100 | 1100 | 0 | 1001 | 10011 | 10000100 | 10100 | 1001100 |
Color Harmonies of #B7CFBC
Complementary color
Monochromatic Colors of #B7CFBC
Black with #B7CFBC
Text Example
Text Example
White with #B7CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFBC; }
p { color: rgb(183,207,188); }
H1.HeaderClassName
{
color: #B7CFBC;
}
.AnyTagClassName
{
color: #B7CFBC;
}
</style>
background-color css
<style>
a { background-color: #B7CFBC; }
a { background-color: rgb(183,207,188); }
div.DivClassName
{
background-color: #B7CFBC;
}
.BgClassName
{
background-color: #B7CFBC;
}
</style>
border-color css
<style>
span { border-color: #B7CFBC; }
span { border-color: rgb(183,207,188); }
td.TdClassName
{
border-color: #B7CFBC;
}
.TagClassName
{
border-color: #B7CFBC;
}
</style>