Shades of Surf #B8D0BD
Tints of Surf #B8D0BD
RGB
CMYK
RGB Variations
Color information
#B8D0BD (or 0xB8D0BD) is known color: Surf. HEX triplet: B8, D0 and BD. RGB value is (184,208,189). Sum of RGB (Red+Green+Blue) = 184+208+189=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D0BD is #472F42. Grayscale: #C6C6C6. Windows color (decimal): -4665155 or 12439736. OLE color: 12439736.
HSL color Cylindrical-coordinate representation of color #B8D0BD: hue angle of 132.5º degrees, saturation: 0.2, 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 #B8D0BD is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 189 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.18 |
| HSL | 132.5º | 0.2% | 0.77% | - |
| HSV(B) | 132.5º | 0.12% | 0.82% | - |
| XYZ | 51.51 | 58.98 | 56.81 | - |
| YUV | 198.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 189 | 0.12 | 0 | 0.09 | 0.18 | 132.5 | 0.2 | 0.77 |
| Hex | B8 | D0 | BD | C | 0 | 9 | 12 | 84 | 14 | 4D |
| Octal | 270 | 320 | 275 | 14 | 0 | 11 | 22 | 204 | 24 | 115 |
| Binary | 10111000 | 11010000 | 10111101 | 1100 | 0 | 1001 | 10010 | 10000100 | 10100 | 1001101 |
Color Harmonies of #B8D0BD
Complementary color
Monochromatic Colors of #B8D0BD
Black with #B8D0BD
Text Example
Text Example
White with #B8D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0BD; }
p { color: rgb(184,208,189); }
H1.HeaderClassName
{
color: #B8D0BD;
}
.AnyTagClassName
{
color: #B8D0BD;
}
</style>
background-color css
<style>
a { background-color: #B8D0BD; }
a { background-color: rgb(184,208,189); }
div.DivClassName
{
background-color: #B8D0BD;
}
.BgClassName
{
background-color: #B8D0BD;
}
</style>
border-color css
<style>
span { border-color: #B8D0BD; }
span { border-color: rgb(184,208,189); }
td.TdClassName
{
border-color: #B8D0BD;
}
.TagClassName
{
border-color: #B8D0BD;
}
</style>