Shades of Surf Crest #B8D2AF
Tints of Surf Crest #B8D2AF
RGB
CMYK
RGB Variations
Color information
#B8D2AF (or 0xB8D2AF) is known color: Surf Crest. HEX triplet: B8, D2 and AF. RGB value is (184,210,175). Sum of RGB (Red+Green+Blue) = 184+210+175=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D2AF is #472D50. Grayscale: #C6C6C6. Windows color (decimal): -4664657 or 11522744. OLE color: 11522744.
HSL color Cylindrical-coordinate representation of color #B8D2AF: hue angle of 104.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8D2AF is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 175 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.18 |
| HSL | 104.57º | 0.28% | 0.75% | - |
| HSV(B) | 104.57º | 0.17% | 0.82% | - |
| XYZ | 50.55 | 59.38 | 49.35 | - |
| YUV | 198.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 175 | 0.12 | 0 | 0.17 | 0.18 | 104.57 | 0.28 | 0.75 |
| Hex | B8 | D2 | AF | C | 0 | 11 | 12 | 69 | 1C | 4B |
| Octal | 270 | 322 | 257 | 14 | 0 | 21 | 22 | 151 | 34 | 113 |
| Binary | 10111000 | 11010010 | 10101111 | 1100 | 0 | 10001 | 10010 | 1101001 | 11100 | 1001011 |
Color Harmonies of #B8D2AF
Complementary color
Monochromatic Colors of #B8D2AF
Black with #B8D2AF
Text Example
Text Example
White with #B8D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D2AF; }
p { color: rgb(184,210,175); }
H1.HeaderClassName
{
color: #B8D2AF;
}
.AnyTagClassName
{
color: #B8D2AF;
}
</style>
background-color css
<style>
a { background-color: #B8D2AF; }
a { background-color: rgb(184,210,175); }
div.DivClassName
{
background-color: #B8D2AF;
}
.BgClassName
{
background-color: #B8D2AF;
}
</style>
border-color css
<style>
span { border-color: #B8D2AF; }
span { border-color: rgb(184,210,175); }
td.TdClassName
{
border-color: #B8D2AF;
}
.TagClassName
{
border-color: #B8D2AF;
}
</style>