Shades of Surf #B6CFB6
Tints of Surf #B6CFB6
RGB
CMYK
RGB Variations
Color information
#B6CFB6 (or 0xB6CFB6) is known color: Surf. HEX triplet: B6, CF and B6. RGB value is (182,207,182). Sum of RGB (Red+Green+Blue) = 182+207+182=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFB6 is #493049. Grayscale: #C4C4C4. Windows color (decimal): -4796490 or 11980726. OLE color: 11980726.
HSL color Cylindrical-coordinate representation of color #B6CFB6: hue angle of 120º 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 #B6CFB6 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 182 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.19 |
| HSL | 120º | 0.21% | 0.76% | - |
| HSV(B) | 120º | 0.12% | 0.81% | - |
| XYZ | 50.05 | 57.95 | 52.8 | - |
| YUV | 196.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 182 | 0.12 | 0 | 0.12 | 0.19 | 120 | 0.21 | 0.76 |
| Hex | B6 | CF | B6 | C | 0 | C | 13 | 78 | 15 | 4C |
| Octal | 266 | 317 | 266 | 14 | 0 | 14 | 23 | 170 | 25 | 114 |
| Binary | 10110110 | 11001111 | 10110110 | 1100 | 0 | 1100 | 10011 | 1111000 | 10101 | 1001100 |
Color Harmonies of #B6CFB6
Complementary color
Monochromatic Colors of #B6CFB6
Black with #B6CFB6
Text Example
Text Example
White with #B6CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFB6; }
p { color: rgb(182,207,182); }
H1.HeaderClassName
{
color: #B6CFB6;
}
.AnyTagClassName
{
color: #B6CFB6;
}
</style>
background-color css
<style>
a { background-color: #B6CFB6; }
a { background-color: rgb(182,207,182); }
div.DivClassName
{
background-color: #B6CFB6;
}
.BgClassName
{
background-color: #B6CFB6;
}
</style>
border-color css
<style>
span { border-color: #B6CFB6; }
span { border-color: rgb(182,207,182); }
td.TdClassName
{
border-color: #B6CFB6;
}
.TagClassName
{
border-color: #B6CFB6;
}
</style>