Shades of Surf Crest #BFEABA
Tints of Surf Crest #BFEABA
RGB
CMYK
RGB Variations
Color information
#BFEABA (or 0xBFEABA) is known color: Surf Crest. HEX triplet: BF, EA and BA. RGB value is (191,234,186). Sum of RGB (Red+Green+Blue) = 191+234+186=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEABA is #401545. Grayscale: #D7D7D7. Windows color (decimal): -4199750 or 12249791. OLE color: 12249791.
HSL color Cylindrical-coordinate representation of color #BFEABA: hue angle of 113.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEABA is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 186 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.08 |
| HSL | 113.75º | 0.53% | 0.82% | - |
| HSV(B) | 113.75º | 0.21% | 0.92% | - |
| XYZ | 59.77 | 73.47 | 57.48 | - |
| YUV | 215.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 186 | 0.18 | 0 | 0.21 | 0.08 | 113.75 | 0.53 | 0.82 |
| Hex | BF | EA | BA | 12 | 0 | 15 | 8 | 72 | 35 | 52 |
| Octal | 277 | 352 | 272 | 22 | 0 | 25 | 10 | 162 | 65 | 122 |
| Binary | 10111111 | 11101010 | 10111010 | 10010 | 0 | 10101 | 1000 | 1110010 | 110101 | 1010010 |
Color Harmonies of #BFEABA
Complementary color
Monochromatic Colors of #BFEABA
Black with #BFEABA
Text Example
Text Example
White with #BFEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEABA; }
p { color: rgb(191,234,186); }
H1.HeaderClassName
{
color: #BFEABA;
}
.AnyTagClassName
{
color: #BFEABA;
}
</style>
background-color css
<style>
a { background-color: #BFEABA; }
a { background-color: rgb(191,234,186); }
div.DivClassName
{
background-color: #BFEABA;
}
.BgClassName
{
background-color: #BFEABA;
}
</style>
border-color css
<style>
span { border-color: #BFEABA; }
span { border-color: rgb(191,234,186); }
td.TdClassName
{
border-color: #BFEABA;
}
.TagClassName
{
border-color: #BFEABA;
}
</style>