Shades of Surf #B4CFB7
Tints of Surf #B4CFB7
RGB
CMYK
RGB Variations
Color information
#B4CFB7 (or 0xB4CFB7) is known color: Surf. HEX triplet: B4, CF and B7. RGB value is (180,207,183). Sum of RGB (Red+Green+Blue) = 180+207+183=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFB7 is #4B3048. Grayscale: #C4C4C4. Windows color (decimal): -4927561 or 12046260. OLE color: 12046260.
HSL color Cylindrical-coordinate representation of color #B4CFB7: hue angle of 126.67º 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 #B4CFB7 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 183 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.19 |
| HSL | 126.67º | 0.22% | 0.76% | - |
| HSV(B) | 126.67º | 0.13% | 0.81% | - |
| XYZ | 49.68 | 57.75 | 53.33 | - |
| YUV | 196.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 183 | 0.13 | 0 | 0.12 | 0.19 | 126.67 | 0.22 | 0.76 |
| Hex | B4 | CF | B7 | D | 0 | C | 13 | 7F | 16 | 4C |
| Octal | 264 | 317 | 267 | 15 | 0 | 14 | 23 | 177 | 26 | 114 |
| Binary | 10110100 | 11001111 | 10110111 | 1101 | 0 | 1100 | 10011 | 1111111 | 10110 | 1001100 |
Color Harmonies of #B4CFB7
Complementary color
Monochromatic Colors of #B4CFB7
Black with #B4CFB7
Text Example
Text Example
White with #B4CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFB7; }
p { color: rgb(180,207,183); }
H1.HeaderClassName
{
color: #B4CFB7;
}
.AnyTagClassName
{
color: #B4CFB7;
}
</style>
background-color css
<style>
a { background-color: #B4CFB7; }
a { background-color: rgb(180,207,183); }
div.DivClassName
{
background-color: #B4CFB7;
}
.BgClassName
{
background-color: #B4CFB7;
}
</style>
border-color css
<style>
span { border-color: #B4CFB7; }
span { border-color: rgb(180,207,183); }
td.TdClassName
{
border-color: #B4CFB7;
}
.TagClassName
{
border-color: #B4CFB7;
}
</style>