Shades of Surf #B3CFB8
Tints of Surf #B3CFB8
RGB
CMYK
RGB Variations
Color information
#B3CFB8 (or 0xB3CFB8) is known color: Surf. HEX triplet: B3, CF and B8. RGB value is (179,207,184). Sum of RGB (Red+Green+Blue) = 179+207+184=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFB8 is #4C3047. Grayscale: #C4C4C4. Windows color (decimal): -4993096 or 12111795. OLE color: 12111795.
HSL color Cylindrical-coordinate representation of color #B3CFB8: hue angle of 130.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFB8 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 184 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.19 |
| HSL | 130.71º | 0.23% | 0.76% | - |
| HSV(B) | 130.71º | 0.14% | 0.81% | - |
| XYZ | 49.55 | 57.67 | 53.87 | - |
| YUV | 196.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 184 | 0.14 | 0 | 0.11 | 0.19 | 130.71 | 0.23 | 0.76 |
| Hex | B3 | CF | B8 | E | 0 | B | 13 | 83 | 17 | 4C |
| Octal | 263 | 317 | 270 | 16 | 0 | 13 | 23 | 203 | 27 | 114 |
| Binary | 10110011 | 11001111 | 10111000 | 1110 | 0 | 1011 | 10011 | 10000011 | 10111 | 1001100 |
Color Harmonies of #B3CFB8
Complementary color
Monochromatic Colors of #B3CFB8
Black with #B3CFB8
Text Example
Text Example
White with #B3CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFB8; }
p { color: rgb(179,207,184); }
H1.HeaderClassName
{
color: #B3CFB8;
}
.AnyTagClassName
{
color: #B3CFB8;
}
</style>
background-color css
<style>
a { background-color: #B3CFB8; }
a { background-color: rgb(179,207,184); }
div.DivClassName
{
background-color: #B3CFB8;
}
.BgClassName
{
background-color: #B3CFB8;
}
</style>
border-color css
<style>
span { border-color: #B3CFB8; }
span { border-color: rgb(179,207,184); }
td.TdClassName
{
border-color: #B3CFB8;
}
.TagClassName
{
border-color: #B3CFB8;
}
</style>