Shades of Surf Crest #BFE3B9
Tints of Surf Crest #BFE3B9
RGB
CMYK
RGB Variations
Color information
#BFE3B9 (or 0xBFE3B9) is known color: Surf Crest. HEX triplet: BF, E3 and B9. RGB value is (191,227,185). Sum of RGB (Red+Green+Blue) = 191+227+185=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3B9 is #401C46. Grayscale: #D3D3D3. Windows color (decimal): -4201543 or 12182463. OLE color: 12182463.
HSL color Cylindrical-coordinate representation of color #BFE3B9: hue angle of 111.43º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE3B9 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 185 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.11 |
| HSL | 111.43º | 0.43% | 0.81% | - |
| HSV(B) | 111.43º | 0.19% | 0.89% | - |
| XYZ | 57.71 | 69.52 | 56.28 | - |
| YUV | 211.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 185 | 0.16 | 0 | 0.19 | 0.11 | 111.43 | 0.43 | 0.81 |
| Hex | BF | E3 | B9 | 10 | 0 | 13 | B | 6F | 2B | 51 |
| Octal | 277 | 343 | 271 | 20 | 0 | 23 | 13 | 157 | 53 | 121 |
| Binary | 10111111 | 11100011 | 10111001 | 10000 | 0 | 10011 | 1011 | 1101111 | 101011 | 1010001 |
Color Harmonies of #BFE3B9
Complementary color
Monochromatic Colors of #BFE3B9
Black with #BFE3B9
Text Example
Text Example
White with #BFE3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3B9; }
p { color: rgb(191,227,185); }
H1.HeaderClassName
{
color: #BFE3B9;
}
.AnyTagClassName
{
color: #BFE3B9;
}
</style>
background-color css
<style>
a { background-color: #BFE3B9; }
a { background-color: rgb(191,227,185); }
div.DivClassName
{
background-color: #BFE3B9;
}
.BgClassName
{
background-color: #BFE3B9;
}
</style>
border-color css
<style>
span { border-color: #BFE3B9; }
span { border-color: rgb(191,227,185); }
td.TdClassName
{
border-color: #BFE3B9;
}
.TagClassName
{
border-color: #BFE3B9;
}
</style>