Shades of Surf #B5CFBA
Tints of Surf #B5CFBA
RGB
CMYK
RGB Variations
Color information
#B5CFBA (or 0xB5CFBA) is known color: Surf. HEX triplet: B5, CF and BA. RGB value is (181,207,186). Sum of RGB (Red+Green+Blue) = 181+207+186=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFBA is #4A3045. Grayscale: #C4C4C4. Windows color (decimal): -4862022 or 12242869. OLE color: 12242869.
HSL color Cylindrical-coordinate representation of color #B5CFBA: hue angle of 131.54º 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 #B5CFBA is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 186 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.19 |
| HSL | 131.54º | 0.21% | 0.76% | - |
| HSV(B) | 131.54º | 0.13% | 0.81% | - |
| XYZ | 50.23 | 57.99 | 55 | - |
| YUV | 196.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 186 | 0.13 | 0 | 0.10 | 0.19 | 131.54 | 0.21 | 0.76 |
| Hex | B5 | CF | BA | D | 0 | A | 13 | 84 | 15 | 4C |
| Octal | 265 | 317 | 272 | 15 | 0 | 12 | 23 | 204 | 25 | 114 |
| Binary | 10110101 | 11001111 | 10111010 | 1101 | 0 | 1010 | 10011 | 10000100 | 10101 | 1001100 |
Color Harmonies of #B5CFBA
Complementary color
Monochromatic Colors of #B5CFBA
Black with #B5CFBA
Text Example
Text Example
White with #B5CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFBA; }
p { color: rgb(181,207,186); }
H1.HeaderClassName
{
color: #B5CFBA;
}
.AnyTagClassName
{
color: #B5CFBA;
}
</style>
background-color css
<style>
a { background-color: #B5CFBA; }
a { background-color: rgb(181,207,186); }
div.DivClassName
{
background-color: #B5CFBA;
}
.BgClassName
{
background-color: #B5CFBA;
}
</style>
border-color css
<style>
span { border-color: #B5CFBA; }
span { border-color: rgb(181,207,186); }
td.TdClassName
{
border-color: #B5CFBA;
}
.TagClassName
{
border-color: #B5CFBA;
}
</style>