Shades of Surf #B6CFB8
Tints of Surf #B6CFB8
RGB
CMYK
RGB Variations
Color information
#B6CFB8 (or 0xB6CFB8) is known color: Surf. HEX triplet: B6, CF and B8. RGB value is (182,207,184). Sum of RGB (Red+Green+Blue) = 182+207+184=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFB8 is #493047. Grayscale: #C4C4C4. Windows color (decimal): -4796488 or 12111798. OLE color: 12111798.
HSL color Cylindrical-coordinate representation of color #B6CFB8: hue angle of 124.8º 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 #B6CFB8 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 184 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.19 |
| HSL | 124.8º | 0.21% | 0.76% | - |
| HSV(B) | 124.8º | 0.12% | 0.81% | - |
| XYZ | 50.26 | 58.03 | 53.9 | - |
| YUV | 196.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 184 | 0.12 | 0 | 0.11 | 0.19 | 124.8 | 0.21 | 0.76 |
| Hex | B6 | CF | B8 | C | 0 | B | 13 | 7D | 15 | 4C |
| Octal | 266 | 317 | 270 | 14 | 0 | 13 | 23 | 175 | 25 | 114 |
| Binary | 10110110 | 11001111 | 10111000 | 1100 | 0 | 1011 | 10011 | 1111101 | 10101 | 1001100 |
Color Harmonies of #B6CFB8
Complementary color
Monochromatic Colors of #B6CFB8
Black with #B6CFB8
Text Example
Text Example
White with #B6CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFB8; }
p { color: rgb(182,207,184); }
H1.HeaderClassName
{
color: #B6CFB8;
}
.AnyTagClassName
{
color: #B6CFB8;
}
</style>
background-color css
<style>
a { background-color: #B6CFB8; }
a { background-color: rgb(182,207,184); }
div.DivClassName
{
background-color: #B6CFB8;
}
.BgClassName
{
background-color: #B6CFB8;
}
</style>
border-color css
<style>
span { border-color: #B6CFB8; }
span { border-color: rgb(182,207,184); }
td.TdClassName
{
border-color: #B6CFB8;
}
.TagClassName
{
border-color: #B6CFB8;
}
</style>