Shades of Surf Crest #BFD1B8
Tints of Surf Crest #BFD1B8
RGB
CMYK
RGB Variations
Color information
#BFD1B8 (or 0xBFD1B8) is known color: Surf Crest. HEX triplet: BF, D1 and B8. RGB value is (191,209,184). Sum of RGB (Red+Green+Blue) = 191+209+184=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1B8 is #402E47. Grayscale: #C8C8C8. Windows color (decimal): -4206152 or 12112319. OLE color: 12112319.
HSL color Cylindrical-coordinate representation of color #BFD1B8: hue angle of 103.2º degrees, saturation: 0.21, 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 #BFD1B8 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 184 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.18 |
| HSL | 103.2º | 0.21% | 0.77% | - |
| HSV(B) | 103.2º | 0.12% | 0.82% | - |
| XYZ | 52.94 | 60.14 | 54.17 | - |
| YUV | 200.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 184 | 0.09 | 0 | 0.12 | 0.18 | 103.2 | 0.21 | 0.77 |
| Hex | BF | D1 | B8 | 9 | 0 | C | 12 | 67 | 15 | 4D |
| Octal | 277 | 321 | 270 | 11 | 0 | 14 | 22 | 147 | 25 | 115 |
| Binary | 10111111 | 11010001 | 10111000 | 1001 | 0 | 1100 | 10010 | 1100111 | 10101 | 1001101 |
Color Harmonies of #BFD1B8
Complementary color
Monochromatic Colors of #BFD1B8
Black with #BFD1B8
Text Example
Text Example
White with #BFD1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1B8; }
p { color: rgb(191,209,184); }
H1.HeaderClassName
{
color: #BFD1B8;
}
.AnyTagClassName
{
color: #BFD1B8;
}
</style>
background-color css
<style>
a { background-color: #BFD1B8; }
a { background-color: rgb(191,209,184); }
div.DivClassName
{
background-color: #BFD1B8;
}
.BgClassName
{
background-color: #BFD1B8;
}
</style>
border-color css
<style>
span { border-color: #BFD1B8; }
span { border-color: rgb(191,209,184); }
td.TdClassName
{
border-color: #BFD1B8;
}
.TagClassName
{
border-color: #BFD1B8;
}
</style>