Shades of Surf #B5CFB7
Tints of Surf #B5CFB7
RGB
CMYK
RGB Variations
Color information
#B5CFB7 (or 0xB5CFB7) is known color: Surf. HEX triplet: B5, CF and B7. RGB value is (181,207,183). Sum of RGB (Red+Green+Blue) = 181+207+183=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFB7 is #4A3048. Grayscale: #C4C4C4. Windows color (decimal): -4862025 or 12046261. OLE color: 12046261.
HSL color Cylindrical-coordinate representation of color #B5CFB7: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFB7 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 183 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.19 |
| HSL | 124.62º | 0.21% | 0.76% | - |
| HSV(B) | 124.62º | 0.13% | 0.81% | - |
| XYZ | 49.92 | 57.87 | 53.34 | - |
| YUV | 196.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 183 | 0.13 | 0 | 0.12 | 0.19 | 124.62 | 0.21 | 0.76 |
| Hex | B5 | CF | B7 | D | 0 | C | 13 | 7D | 15 | 4C |
| Octal | 265 | 317 | 267 | 15 | 0 | 14 | 23 | 175 | 25 | 114 |
| Binary | 10110101 | 11001111 | 10110111 | 1101 | 0 | 1100 | 10011 | 1111101 | 10101 | 1001100 |
Color Harmonies of #B5CFB7
Complementary color
Monochromatic Colors of #B5CFB7
Black with #B5CFB7
Text Example
Text Example
White with #B5CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFB7; }
p { color: rgb(181,207,183); }
H1.HeaderClassName
{
color: #B5CFB7;
}
.AnyTagClassName
{
color: #B5CFB7;
}
</style>
background-color css
<style>
a { background-color: #B5CFB7; }
a { background-color: rgb(181,207,183); }
div.DivClassName
{
background-color: #B5CFB7;
}
.BgClassName
{
background-color: #B5CFB7;
}
</style>
border-color css
<style>
span { border-color: #B5CFB7; }
span { border-color: rgb(181,207,183); }
td.TdClassName
{
border-color: #B5CFB7;
}
.TagClassName
{
border-color: #B5CFB7;
}
</style>