Shades of Surf Crest #BFDBB1
Tints of Surf Crest #BFDBB1
RGB
CMYK
RGB Variations
Color information
#BFDBB1 (or 0xBFDBB1) is known color: Surf Crest. HEX triplet: BF, DB and B1. RGB value is (191,219,177). Sum of RGB (Red+Green+Blue) = 191+219+177=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBB1 is #40244E. Grayscale: #CDCDCD. Windows color (decimal): -4203599 or 11656127. OLE color: 11656127.
HSL color Cylindrical-coordinate representation of color #BFDBB1: hue angle of 100º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDBB1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 177 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.14 |
| HSL | 100º | 0.37% | 0.78% | - |
| HSV(B) | 100º | 0.19% | 0.86% | - |
| XYZ | 54.75 | 64.91 | 51.24 | - |
| YUV | 205.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 177 | 0.13 | 0 | 0.19 | 0.14 | 100 | 0.37 | 0.78 |
| Hex | BF | DB | B1 | D | 0 | 13 | E | 64 | 25 | 4E |
| Octal | 277 | 333 | 261 | 15 | 0 | 23 | 16 | 144 | 45 | 116 |
| Binary | 10111111 | 11011011 | 10110001 | 1101 | 0 | 10011 | 1110 | 1100100 | 100101 | 1001110 |
Color Harmonies of #BFDBB1
Complementary color
Monochromatic Colors of #BFDBB1
Black with #BFDBB1
Text Example
Text Example
White with #BFDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBB1; }
p { color: rgb(191,219,177); }
H1.HeaderClassName
{
color: #BFDBB1;
}
.AnyTagClassName
{
color: #BFDBB1;
}
</style>
background-color css
<style>
a { background-color: #BFDBB1; }
a { background-color: rgb(191,219,177); }
div.DivClassName
{
background-color: #BFDBB1;
}
.BgClassName
{
background-color: #BFDBB1;
}
</style>
border-color css
<style>
span { border-color: #BFDBB1; }
span { border-color: rgb(191,219,177); }
td.TdClassName
{
border-color: #BFDBB1;
}
.TagClassName
{
border-color: #BFDBB1;
}
</style>