Shades of Surf Crest #BFE2BA
Tints of Surf Crest #BFE2BA
RGB
CMYK
RGB Variations
Color information
#BFE2BA (or 0xBFE2BA) is known color: Surf Crest. HEX triplet: BF, E2 and BA. RGB value is (191,226,186). Sum of RGB (Red+Green+Blue) = 191+226+186=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2BA is #401D45. Grayscale: #D3D3D3. Windows color (decimal): -4201798 or 12247743. OLE color: 12247743.
HSL color Cylindrical-coordinate representation of color #BFE2BA: hue angle of 112.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE2BA is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 186 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.11 |
| HSL | 112.5º | 0.41% | 0.81% | - |
| HSV(B) | 112.5º | 0.18% | 0.89% | - |
| XYZ | 57.55 | 69.01 | 56.74 | - |
| YUV | 210.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 186 | 0.15 | 0 | 0.18 | 0.11 | 112.5 | 0.41 | 0.81 |
| Hex | BF | E2 | BA | F | 0 | 12 | B | 70 | 29 | 51 |
| Octal | 277 | 342 | 272 | 17 | 0 | 22 | 13 | 160 | 51 | 121 |
| Binary | 10111111 | 11100010 | 10111010 | 1111 | 0 | 10010 | 1011 | 1110000 | 101001 | 1010001 |
Color Harmonies of #BFE2BA
Complementary color
Monochromatic Colors of #BFE2BA
Black with #BFE2BA
Text Example
Text Example
White with #BFE2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2BA; }
p { color: rgb(191,226,186); }
H1.HeaderClassName
{
color: #BFE2BA;
}
.AnyTagClassName
{
color: #BFE2BA;
}
</style>
background-color css
<style>
a { background-color: #BFE2BA; }
a { background-color: rgb(191,226,186); }
div.DivClassName
{
background-color: #BFE2BA;
}
.BgClassName
{
background-color: #BFE2BA;
}
</style>
border-color css
<style>
span { border-color: #BFE2BA; }
span { border-color: rgb(191,226,186); }
td.TdClassName
{
border-color: #BFE2BA;
}
.TagClassName
{
border-color: #BFE2BA;
}
</style>