Shades of Surf #B6D4BB
Tints of Surf #B6D4BB
RGB
CMYK
RGB Variations
Color information
#B6D4BB (or 0xB6D4BB) is known color: Surf. HEX triplet: B6, D4 and BB. RGB value is (182,212,187). Sum of RGB (Red+Green+Blue) = 182+212+187=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D4BB is #492B44. Grayscale: #C8C8C8. Windows color (decimal): -4795205 or 12309686. OLE color: 12309686.
HSL color Cylindrical-coordinate representation of color #B6D4BB: hue angle of 130º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6D4BB is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 212 | 187 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.17 |
| HSL | 130º | 0.26% | 0.77% | - |
| HSV(B) | 130º | 0.14% | 0.83% | - |
| XYZ | 51.8 | 60.62 | 55.98 | - |
| YUV | 200.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 212 | 187 | 0.14 | 0 | 0.12 | 0.17 | 130 | 0.26 | 0.77 |
| Hex | B6 | D4 | BB | E | 0 | C | 11 | 82 | 1A | 4D |
| Octal | 266 | 324 | 273 | 16 | 0 | 14 | 21 | 202 | 32 | 115 |
| Binary | 10110110 | 11010100 | 10111011 | 1110 | 0 | 1100 | 10001 | 10000010 | 11010 | 1001101 |
Color Harmonies of #B6D4BB
Complementary color
Monochromatic Colors of #B6D4BB
Black with #B6D4BB
Text Example
Text Example
White with #B6D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D4BB; }
p { color: rgb(182,212,187); }
H1.HeaderClassName
{
color: #B6D4BB;
}
.AnyTagClassName
{
color: #B6D4BB;
}
</style>
background-color css
<style>
a { background-color: #B6D4BB; }
a { background-color: rgb(182,212,187); }
div.DivClassName
{
background-color: #B6D4BB;
}
.BgClassName
{
background-color: #B6D4BB;
}
</style>
border-color css
<style>
span { border-color: #B6D4BB; }
span { border-color: rgb(182,212,187); }
td.TdClassName
{
border-color: #B6D4BB;
}
.TagClassName
{
border-color: #B6D4BB;
}
</style>