Shades of Surf #B8D2BD
Tints of Surf #B8D2BD
RGB
CMYK
RGB Variations
Color information
#B8D2BD (or 0xB8D2BD) is known color: Surf. HEX triplet: B8, D2 and BD. RGB value is (184,210,189). Sum of RGB (Red+Green+Blue) = 184+210+189=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D2BD is #472D42. Grayscale: #C7C7C7. Windows color (decimal): -4664643 or 12440248. OLE color: 12440248.
HSL color Cylindrical-coordinate representation of color #B8D2BD: hue angle of 131.54º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D2BD is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 189 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.18 |
| HSL | 131.54º | 0.22% | 0.77% | - |
| HSV(B) | 131.54º | 0.12% | 0.82% | - |
| XYZ | 52 | 59.96 | 56.98 | - |
| YUV | 199.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 189 | 0.12 | 0 | 0.10 | 0.18 | 131.54 | 0.22 | 0.77 |
| Hex | B8 | D2 | BD | C | 0 | A | 12 | 84 | 16 | 4D |
| Octal | 270 | 322 | 275 | 14 | 0 | 12 | 22 | 204 | 26 | 115 |
| Binary | 10111000 | 11010010 | 10111101 | 1100 | 0 | 1010 | 10010 | 10000100 | 10110 | 1001101 |
Color Harmonies of #B8D2BD
Complementary color
Monochromatic Colors of #B8D2BD
Black with #B8D2BD
Text Example
Text Example
White with #B8D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D2BD; }
p { color: rgb(184,210,189); }
H1.HeaderClassName
{
color: #B8D2BD;
}
.AnyTagClassName
{
color: #B8D2BD;
}
</style>
background-color css
<style>
a { background-color: #B8D2BD; }
a { background-color: rgb(184,210,189); }
div.DivClassName
{
background-color: #B8D2BD;
}
.BgClassName
{
background-color: #B8D2BD;
}
</style>
border-color css
<style>
span { border-color: #B8D2BD; }
span { border-color: rgb(184,210,189); }
td.TdClassName
{
border-color: #B8D2BD;
}
.TagClassName
{
border-color: #B8D2BD;
}
</style>