Shades of Surf Crest #BFEBBA
Tints of Surf Crest #BFEBBA
RGB
CMYK
RGB Variations
Color information
#BFEBBA (or 0xBFEBBA) is known color: Surf Crest. HEX triplet: BF, EB and BA. RGB value is (191,235,186). Sum of RGB (Red+Green+Blue) = 191+235+186=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBBA is #401445. Grayscale: #D8D8D8. Windows color (decimal): -4199494 or 12250047. OLE color: 12250047.
HSL color Cylindrical-coordinate representation of color #BFEBBA: hue angle of 113.88º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEBBA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 186 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.08 |
| HSL | 113.88º | 0.55% | 0.83% | - |
| HSV(B) | 113.88º | 0.21% | 0.92% | - |
| XYZ | 60.06 | 74.04 | 57.58 | - |
| YUV | 216.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 186 | 0.19 | 0 | 0.21 | 0.08 | 113.88 | 0.55 | 0.83 |
| Hex | BF | EB | BA | 13 | 0 | 15 | 8 | 72 | 37 | 53 |
| Octal | 277 | 353 | 272 | 23 | 0 | 25 | 10 | 162 | 67 | 123 |
| Binary | 10111111 | 11101011 | 10111010 | 10011 | 0 | 10101 | 1000 | 1110010 | 110111 | 1010011 |
Color Harmonies of #BFEBBA
Complementary color
Monochromatic Colors of #BFEBBA
Black with #BFEBBA
Text Example
Text Example
White with #BFEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBBA; }
p { color: rgb(191,235,186); }
H1.HeaderClassName
{
color: #BFEBBA;
}
.AnyTagClassName
{
color: #BFEBBA;
}
</style>
background-color css
<style>
a { background-color: #BFEBBA; }
a { background-color: rgb(191,235,186); }
div.DivClassName
{
background-color: #BFEBBA;
}
.BgClassName
{
background-color: #BFEBBA;
}
</style>
border-color css
<style>
span { border-color: #BFEBBA; }
span { border-color: rgb(191,235,186); }
td.TdClassName
{
border-color: #BFEBBA;
}
.TagClassName
{
border-color: #BFEBBA;
}
</style>