Shades of Surf #B6CFBB
Tints of Surf #B6CFBB
RGB
CMYK
RGB Variations
Color information
#B6CFBB (or 0xB6CFBB) is known color: Surf. HEX triplet: B6, CF and BB. RGB value is (182,207,187). Sum of RGB (Red+Green+Blue) = 182+207+187=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFBB is #493044. Grayscale: #C5C5C5. Windows color (decimal): -4796485 or 12308406. OLE color: 12308406.
HSL color Cylindrical-coordinate representation of color #B6CFBB: hue angle of 132º 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 #B6CFBB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 187 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.19 |
| HSL | 132º | 0.21% | 0.76% | - |
| HSV(B) | 132º | 0.12% | 0.81% | - |
| XYZ | 50.57 | 58.16 | 55.57 | - |
| YUV | 197.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 187 | 0.12 | 0 | 0.10 | 0.19 | 132 | 0.21 | 0.76 |
| Hex | B6 | CF | BB | C | 0 | A | 13 | 84 | 15 | 4C |
| Octal | 266 | 317 | 273 | 14 | 0 | 12 | 23 | 204 | 25 | 114 |
| Binary | 10110110 | 11001111 | 10111011 | 1100 | 0 | 1010 | 10011 | 10000100 | 10101 | 1001100 |
Color Harmonies of #B6CFBB
Complementary color
Monochromatic Colors of #B6CFBB
Black with #B6CFBB
Text Example
Text Example
White with #B6CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFBB; }
p { color: rgb(182,207,187); }
H1.HeaderClassName
{
color: #B6CFBB;
}
.AnyTagClassName
{
color: #B6CFBB;
}
</style>
background-color css
<style>
a { background-color: #B6CFBB; }
a { background-color: rgb(182,207,187); }
div.DivClassName
{
background-color: #B6CFBB;
}
.BgClassName
{
background-color: #B6CFBB;
}
</style>
border-color css
<style>
span { border-color: #B6CFBB; }
span { border-color: rgb(182,207,187); }
td.TdClassName
{
border-color: #B6CFBB;
}
.TagClassName
{
border-color: #B6CFBB;
}
</style>