Shades of Surf Crest #BFE3BC
Tints of Surf Crest #BFE3BC
RGB
CMYK
RGB Variations
Color information
#BFE3BC (or 0xBFE3BC) is known color: Surf Crest. HEX triplet: BF, E3 and BC. RGB value is (191,227,188). Sum of RGB (Red+Green+Blue) = 191+227+188=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3BC is #401C43. Grayscale: #D3D3D3. Windows color (decimal): -4201540 or 12379071. OLE color: 12379071.
HSL color Cylindrical-coordinate representation of color #BFE3BC: hue angle of 115.38º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE3BC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 188 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.11 |
| HSL | 115.38º | 0.41% | 0.81% | - |
| HSV(B) | 115.38º | 0.17% | 0.89% | - |
| XYZ | 58.03 | 69.65 | 57.96 | - |
| YUV | 211.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 188 | 0.16 | 0 | 0.17 | 0.11 | 115.38 | 0.41 | 0.81 |
| Hex | BF | E3 | BC | 10 | 0 | 11 | B | 73 | 29 | 51 |
| Octal | 277 | 343 | 274 | 20 | 0 | 21 | 13 | 163 | 51 | 121 |
| Binary | 10111111 | 11100011 | 10111100 | 10000 | 0 | 10001 | 1011 | 1110011 | 101001 | 1010001 |
Color Harmonies of #BFE3BC
Complementary color
Monochromatic Colors of #BFE3BC
Black with #BFE3BC
Text Example
Text Example
White with #BFE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3BC; }
p { color: rgb(191,227,188); }
H1.HeaderClassName
{
color: #BFE3BC;
}
.AnyTagClassName
{
color: #BFE3BC;
}
</style>
background-color css
<style>
a { background-color: #BFE3BC; }
a { background-color: rgb(191,227,188); }
div.DivClassName
{
background-color: #BFE3BC;
}
.BgClassName
{
background-color: #BFE3BC;
}
</style>
border-color css
<style>
span { border-color: #BFE3BC; }
span { border-color: rgb(191,227,188); }
td.TdClassName
{
border-color: #BFE3BC;
}
.TagClassName
{
border-color: #BFE3BC;
}
</style>