Shades of Surf #B6CFB7
Tints of Surf #B6CFB7
RGB
CMYK
RGB Variations
Color information
#B6CFB7 (or 0xB6CFB7) is known color: Surf. HEX triplet: B6, CF and B7. RGB value is (182,207,183). Sum of RGB (Red+Green+Blue) = 182+207+183=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFB7 is #493048. Grayscale: #C4C4C4. Windows color (decimal): -4796489 or 12046262. OLE color: 12046262.
HSL color Cylindrical-coordinate representation of color #B6CFB7: hue angle of 122.4º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CFB7 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 183 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.19 |
| HSL | 122.4º | 0.21% | 0.76% | - |
| HSV(B) | 122.4º | 0.12% | 0.81% | - |
| XYZ | 50.15 | 57.99 | 53.35 | - |
| YUV | 196.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 183 | 0.12 | 0 | 0.12 | 0.19 | 122.4 | 0.21 | 0.76 |
| Hex | B6 | CF | B7 | C | 0 | C | 13 | 7A | 15 | 4C |
| Octal | 266 | 317 | 267 | 14 | 0 | 14 | 23 | 172 | 25 | 114 |
| Binary | 10110110 | 11001111 | 10110111 | 1100 | 0 | 1100 | 10011 | 1111010 | 10101 | 1001100 |
Color Harmonies of #B6CFB7
Complementary color
Monochromatic Colors of #B6CFB7
Black with #B6CFB7
Text Example
Text Example
White with #B6CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFB7; }
p { color: rgb(182,207,183); }
H1.HeaderClassName
{
color: #B6CFB7;
}
.AnyTagClassName
{
color: #B6CFB7;
}
</style>
background-color css
<style>
a { background-color: #B6CFB7; }
a { background-color: rgb(182,207,183); }
div.DivClassName
{
background-color: #B6CFB7;
}
.BgClassName
{
background-color: #B6CFB7;
}
</style>
border-color css
<style>
span { border-color: #B6CFB7; }
span { border-color: rgb(182,207,183); }
td.TdClassName
{
border-color: #B6CFB7;
}
.TagClassName
{
border-color: #B6CFB7;
}
</style>