Shades of Surf Crest #B8D6B4
Tints of Surf Crest #B8D6B4
RGB
CMYK
RGB Variations
Color information
#B8D6B4 (or 0xB8D6B4) is known color: Surf Crest. HEX triplet: B8, D6 and B4. RGB value is (184,214,180). Sum of RGB (Red+Green+Blue) = 184+214+180=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6B4 is #47294B. Grayscale: #C9C9C9. Windows color (decimal): -4663628 or 11851448. OLE color: 11851448.
HSL color Cylindrical-coordinate representation of color #B8D6B4: hue angle of 112.94º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8D6B4 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 180 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.16 |
| HSL | 112.94º | 0.29% | 0.77% | - |
| HSV(B) | 112.94º | 0.16% | 0.84% | - |
| XYZ | 52.05 | 61.58 | 52.32 | - |
| YUV | 201.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 180 | 0.14 | 0 | 0.16 | 0.16 | 112.94 | 0.29 | 0.77 |
| Hex | B8 | D6 | B4 | E | 0 | 10 | 10 | 71 | 1D | 4D |
| Octal | 270 | 326 | 264 | 16 | 0 | 20 | 20 | 161 | 35 | 115 |
| Binary | 10111000 | 11010110 | 10110100 | 1110 | 0 | 10000 | 10000 | 1110001 | 11101 | 1001101 |
Color Harmonies of #B8D6B4
Complementary color
Monochromatic Colors of #B8D6B4
Black with #B8D6B4
Text Example
Text Example
White with #B8D6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D6B4; }
p { color: rgb(184,214,180); }
H1.HeaderClassName
{
color: #B8D6B4;
}
.AnyTagClassName
{
color: #B8D6B4;
}
</style>
background-color css
<style>
a { background-color: #B8D6B4; }
a { background-color: rgb(184,214,180); }
div.DivClassName
{
background-color: #B8D6B4;
}
.BgClassName
{
background-color: #B8D6B4;
}
</style>
border-color css
<style>
span { border-color: #B8D6B4; }
span { border-color: rgb(184,214,180); }
td.TdClassName
{
border-color: #B8D6B4;
}
.TagClassName
{
border-color: #B8D6B4;
}
</style>