Shades of Surf #B3CFB6
Tints of Surf #B3CFB6
RGB
CMYK
RGB Variations
Color information
#B3CFB6 (or 0xB3CFB6) is known color: Surf. HEX triplet: B3, CF and B6. RGB value is (179,207,182). Sum of RGB (Red+Green+Blue) = 179+207+182=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFB6 is #4C3049. Grayscale: #C3C3C3. Windows color (decimal): -4993098 or 11980723. OLE color: 11980723.
HSL color Cylindrical-coordinate representation of color #B3CFB6: hue angle of 126.43º 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 #B3CFB6 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 182 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.19 |
| HSL | 126.43º | 0.23% | 0.76% | - |
| HSV(B) | 126.43º | 0.14% | 0.81% | - |
| XYZ | 49.35 | 57.59 | 52.77 | - |
| YUV | 195.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 182 | 0.14 | 0 | 0.12 | 0.19 | 126.43 | 0.23 | 0.76 |
| Hex | B3 | CF | B6 | E | 0 | C | 13 | 7E | 17 | 4C |
| Octal | 263 | 317 | 266 | 16 | 0 | 14 | 23 | 176 | 27 | 114 |
| Binary | 10110011 | 11001111 | 10110110 | 1110 | 0 | 1100 | 10011 | 1111110 | 10111 | 1001100 |
Color Harmonies of #B3CFB6
Complementary color
Monochromatic Colors of #B3CFB6
Black with #B3CFB6
Text Example
Text Example
White with #B3CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFB6; }
p { color: rgb(179,207,182); }
H1.HeaderClassName
{
color: #B3CFB6;
}
.AnyTagClassName
{
color: #B3CFB6;
}
</style>
background-color css
<style>
a { background-color: #B3CFB6; }
a { background-color: rgb(179,207,182); }
div.DivClassName
{
background-color: #B3CFB6;
}
.BgClassName
{
background-color: #B3CFB6;
}
</style>
border-color css
<style>
span { border-color: #B3CFB6; }
span { border-color: rgb(179,207,182); }
td.TdClassName
{
border-color: #B3CFB6;
}
.TagClassName
{
border-color: #B3CFB6;
}
</style>