Shades of Surf Crest #BFE0BC
Tints of Surf Crest #BFE0BC
RGB
CMYK
RGB Variations
Color information
#BFE0BC (or 0xBFE0BC) is known color: Surf Crest. HEX triplet: BF, E0 and BC. RGB value is (191,224,188). Sum of RGB (Red+Green+Blue) = 191+224+188=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0BC is #401F43. Grayscale: #D2D2D2. Windows color (decimal): -4202308 or 12378303. OLE color: 12378303.
HSL color Cylindrical-coordinate representation of color #BFE0BC: hue angle of 115º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE0BC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 188 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.12 |
| HSL | 115º | 0.37% | 0.81% | - |
| HSV(B) | 115º | 0.16% | 0.88% | - |
| XYZ | 57.22 | 68.02 | 57.69 | - |
| YUV | 210.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 188 | 0.15 | 0 | 0.16 | 0.12 | 115 | 0.37 | 0.81 |
| Hex | BF | E0 | BC | F | 0 | 10 | C | 73 | 25 | 51 |
| Octal | 277 | 340 | 274 | 17 | 0 | 20 | 14 | 163 | 45 | 121 |
| Binary | 10111111 | 11100000 | 10111100 | 1111 | 0 | 10000 | 1100 | 1110011 | 100101 | 1010001 |
Color Harmonies of #BFE0BC
Complementary color
Monochromatic Colors of #BFE0BC
Black with #BFE0BC
Text Example
Text Example
White with #BFE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0BC; }
p { color: rgb(191,224,188); }
H1.HeaderClassName
{
color: #BFE0BC;
}
.AnyTagClassName
{
color: #BFE0BC;
}
</style>
background-color css
<style>
a { background-color: #BFE0BC; }
a { background-color: rgb(191,224,188); }
div.DivClassName
{
background-color: #BFE0BC;
}
.BgClassName
{
background-color: #BFE0BC;
}
</style>
border-color css
<style>
span { border-color: #BFE0BC; }
span { border-color: rgb(191,224,188); }
td.TdClassName
{
border-color: #BFE0BC;
}
.TagClassName
{
border-color: #BFE0BC;
}
</style>