Shades of Surf #B3CFB4
Tints of Surf #B3CFB4
RGB
CMYK
RGB Variations
Color information
#B3CFB4 (or 0xB3CFB4) is known color: Surf. HEX triplet: B3, CF and B4. RGB value is (179,207,180). Sum of RGB (Red+Green+Blue) = 179+207+180=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFB4 is #4C304B. Grayscale: #C3C3C3. Windows color (decimal): -4993100 or 11849651. OLE color: 11849651.
HSL color Cylindrical-coordinate representation of color #B3CFB4: hue angle of 122.14º 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 #B3CFB4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 180 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.19 |
| HSL | 122.14º | 0.23% | 0.76% | - |
| HSV(B) | 122.14º | 0.14% | 0.81% | - |
| XYZ | 49.14 | 57.5 | 51.69 | - |
| YUV | 195.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 180 | 0.14 | 0 | 0.13 | 0.19 | 122.14 | 0.23 | 0.76 |
| Hex | B3 | CF | B4 | E | 0 | D | 13 | 7A | 17 | 4C |
| Octal | 263 | 317 | 264 | 16 | 0 | 15 | 23 | 172 | 27 | 114 |
| Binary | 10110011 | 11001111 | 10110100 | 1110 | 0 | 1101 | 10011 | 1111010 | 10111 | 1001100 |
Color Harmonies of #B3CFB4
Complementary color
Monochromatic Colors of #B3CFB4
Black with #B3CFB4
Text Example
Text Example
White with #B3CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFB4; }
p { color: rgb(179,207,180); }
H1.HeaderClassName
{
color: #B3CFB4;
}
.AnyTagClassName
{
color: #B3CFB4;
}
</style>
background-color css
<style>
a { background-color: #B3CFB4; }
a { background-color: rgb(179,207,180); }
div.DivClassName
{
background-color: #B3CFB4;
}
.BgClassName
{
background-color: #B3CFB4;
}
</style>
border-color css
<style>
span { border-color: #B3CFB4; }
span { border-color: rgb(179,207,180); }
td.TdClassName
{
border-color: #B3CFB4;
}
.TagClassName
{
border-color: #B3CFB4;
}
</style>