Shades of Surf #B6D2BD
Tints of Surf #B6D2BD
RGB
CMYK
RGB Variations
Color information
#B6D2BD (or 0xB6D2BD) is known color: Surf. HEX triplet: B6, D2 and BD. RGB value is (182,210,189). Sum of RGB (Red+Green+Blue) = 182+210+189=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D2BD is #492D42. Grayscale: #C7C7C7. Windows color (decimal): -4795715 or 12440246. OLE color: 12440246.
HSL color Cylindrical-coordinate representation of color #B6D2BD: hue angle of 135º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6D2BD is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 210 | 189 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.18 |
| HSL | 135º | 0.24% | 0.77% | - |
| HSV(B) | 135º | 0.13% | 0.82% | - |
| XYZ | 51.52 | 59.71 | 56.95 | - |
| YUV | 199.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 189 | 0.13 | 0 | 0.10 | 0.18 | 135 | 0.24 | 0.77 |
| Hex | B6 | D2 | BD | D | 0 | A | 12 | 87 | 18 | 4D |
| Octal | 266 | 322 | 275 | 15 | 0 | 12 | 22 | 207 | 30 | 115 |
| Binary | 10110110 | 11010010 | 10111101 | 1101 | 0 | 1010 | 10010 | 10000111 | 11000 | 1001101 |
Color Harmonies of #B6D2BD
Complementary color
Monochromatic Colors of #B6D2BD
Black with #B6D2BD
Text Example
Text Example
White with #B6D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D2BD; }
p { color: rgb(182,210,189); }
H1.HeaderClassName
{
color: #B6D2BD;
}
.AnyTagClassName
{
color: #B6D2BD;
}
</style>
background-color css
<style>
a { background-color: #B6D2BD; }
a { background-color: rgb(182,210,189); }
div.DivClassName
{
background-color: #B6D2BD;
}
.BgClassName
{
background-color: #B6D2BD;
}
</style>
border-color css
<style>
span { border-color: #B6D2BD; }
span { border-color: rgb(182,210,189); }
td.TdClassName
{
border-color: #B6D2BD;
}
.TagClassName
{
border-color: #B6D2BD;
}
</style>