Shades of Surf Crest #BFDDBA
Tints of Surf Crest #BFDDBA
RGB
CMYK
RGB Variations
Color information
#BFDDBA (or 0xBFDDBA) is known color: Surf Crest. HEX triplet: BF, DD and BA. RGB value is (191,221,186). Sum of RGB (Red+Green+Blue) = 191+221+186=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDBA is #402245. Grayscale: #D0D0D0. Windows color (decimal): -4203078 or 12246463. OLE color: 12246463.
HSL color Cylindrical-coordinate representation of color #BFDDBA: hue angle of 111.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDDBA is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 186 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.13 |
| HSL | 111.43º | 0.34% | 0.8% | - |
| HSV(B) | 111.43º | 0.16% | 0.87% | - |
| XYZ | 56.21 | 66.33 | 56.3 | - |
| YUV | 208.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 186 | 0.14 | 0 | 0.16 | 0.13 | 111.43 | 0.34 | 0.8 |
| Hex | BF | DD | BA | E | 0 | 10 | D | 6F | 22 | 50 |
| Octal | 277 | 335 | 272 | 16 | 0 | 20 | 15 | 157 | 42 | 120 |
| Binary | 10111111 | 11011101 | 10111010 | 1110 | 0 | 10000 | 1101 | 1101111 | 100010 | 1010000 |
Color Harmonies of #BFDDBA
Complementary color
Monochromatic Colors of #BFDDBA
Black with #BFDDBA
Text Example
Text Example
White with #BFDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDBA; }
p { color: rgb(191,221,186); }
H1.HeaderClassName
{
color: #BFDDBA;
}
.AnyTagClassName
{
color: #BFDDBA;
}
</style>
background-color css
<style>
a { background-color: #BFDDBA; }
a { background-color: rgb(191,221,186); }
div.DivClassName
{
background-color: #BFDDBA;
}
.BgClassName
{
background-color: #BFDDBA;
}
</style>
border-color css
<style>
span { border-color: #BFDDBA; }
span { border-color: rgb(191,221,186); }
td.TdClassName
{
border-color: #BFDDBA;
}
.TagClassName
{
border-color: #BFDDBA;
}
</style>