Shades of Surf #B8D2BF
Tints of Surf #B8D2BF
RGB
CMYK
RGB Variations
Color information
#B8D2BF (or 0xB8D2BF) is known color: Surf. HEX triplet: B8, D2 and BF. RGB value is (184,210,191). Sum of RGB (Red+Green+Blue) = 184+210+191=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D2BF is #472D40. Grayscale: #C8C8C8. Windows color (decimal): -4664641 or 12571320. OLE color: 12571320.
HSL color Cylindrical-coordinate representation of color #B8D2BF: hue angle of 136.15º 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 #B8D2BF is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 191 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.18 |
| HSL | 136.15º | 0.22% | 0.77% | - |
| HSV(B) | 136.15º | 0.12% | 0.82% | - |
| XYZ | 52.22 | 60.05 | 58.13 | - |
| YUV | 200.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 191 | 0.12 | 0 | 0.09 | 0.18 | 136.15 | 0.22 | 0.77 |
| Hex | B8 | D2 | BF | C | 0 | 9 | 12 | 88 | 16 | 4D |
| Octal | 270 | 322 | 277 | 14 | 0 | 11 | 22 | 210 | 26 | 115 |
| Binary | 10111000 | 11010010 | 10111111 | 1100 | 0 | 1001 | 10010 | 10001000 | 10110 | 1001101 |
Color Harmonies of #B8D2BF
Complementary color
Monochromatic Colors of #B8D2BF
Black with #B8D2BF
Text Example
Text Example
White with #B8D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D2BF; }
p { color: rgb(184,210,191); }
H1.HeaderClassName
{
color: #B8D2BF;
}
.AnyTagClassName
{
color: #B8D2BF;
}
</style>
background-color css
<style>
a { background-color: #B8D2BF; }
a { background-color: rgb(184,210,191); }
div.DivClassName
{
background-color: #B8D2BF;
}
.BgClassName
{
background-color: #B8D2BF;
}
</style>
border-color css
<style>
span { border-color: #B8D2BF; }
span { border-color: rgb(184,210,191); }
td.TdClassName
{
border-color: #B8D2BF;
}
.TagClassName
{
border-color: #B8D2BF;
}
</style>