Shades of Surf #B4CFB8
Tints of Surf #B4CFB8
RGB
CMYK
RGB Variations
Color information
#B4CFB8 (or 0xB4CFB8) is known color: Surf. HEX triplet: B4, CF and B8. RGB value is (180,207,184). Sum of RGB (Red+Green+Blue) = 180+207+184=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFB8 is #4B3047. Grayscale: #C4C4C4. Windows color (decimal): -4927560 or 12111796. OLE color: 12111796.
HSL color Cylindrical-coordinate representation of color #B4CFB8: hue angle of 128.89º degrees, saturation: 0.22, 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 #B4CFB8 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 184 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.19 |
| HSL | 128.89º | 0.22% | 0.76% | - |
| HSV(B) | 128.89º | 0.13% | 0.81% | - |
| XYZ | 49.79 | 57.79 | 53.88 | - |
| YUV | 196.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 184 | 0.13 | 0 | 0.11 | 0.19 | 128.89 | 0.22 | 0.76 |
| Hex | B4 | CF | B8 | D | 0 | B | 13 | 81 | 16 | 4C |
| Octal | 264 | 317 | 270 | 15 | 0 | 13 | 23 | 201 | 26 | 114 |
| Binary | 10110100 | 11001111 | 10111000 | 1101 | 0 | 1011 | 10011 | 10000001 | 10110 | 1001100 |
Color Harmonies of #B4CFB8
Complementary color
Monochromatic Colors of #B4CFB8
Black with #B4CFB8
Text Example
Text Example
White with #B4CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFB8; }
p { color: rgb(180,207,184); }
H1.HeaderClassName
{
color: #B4CFB8;
}
.AnyTagClassName
{
color: #B4CFB8;
}
</style>
background-color css
<style>
a { background-color: #B4CFB8; }
a { background-color: rgb(180,207,184); }
div.DivClassName
{
background-color: #B4CFB8;
}
.BgClassName
{
background-color: #B4CFB8;
}
</style>
border-color css
<style>
span { border-color: #B4CFB8; }
span { border-color: rgb(180,207,184); }
td.TdClassName
{
border-color: #B4CFB8;
}
.TagClassName
{
border-color: #B4CFB8;
}
</style>