Shades of Surf Crest #BFE0B5
Tints of Surf Crest #BFE0B5
RGB
CMYK
RGB Variations
Color information
#BFE0B5 (or 0xBFE0B5) is known color: Surf Crest. HEX triplet: BF, E0 and B5. RGB value is (191,224,181). Sum of RGB (Red+Green+Blue) = 191+224+181=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0B5 is #401F4A. Grayscale: #D1D1D1. Windows color (decimal): -4202315 or 11919551. OLE color: 11919551.
HSL color Cylindrical-coordinate representation of color #BFE0B5: hue angle of 106.05º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE0B5 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 181 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.12 |
| HSL | 106.05º | 0.41% | 0.79% | - |
| HSV(B) | 106.05º | 0.19% | 0.88% | - |
| XYZ | 56.48 | 67.72 | 53.81 | - |
| YUV | 209.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 181 | 0.15 | 0 | 0.19 | 0.12 | 106.05 | 0.41 | 0.79 |
| Hex | BF | E0 | B5 | F | 0 | 13 | C | 6A | 29 | 4F |
| Octal | 277 | 340 | 265 | 17 | 0 | 23 | 14 | 152 | 51 | 117 |
| Binary | 10111111 | 11100000 | 10110101 | 1111 | 0 | 10011 | 1100 | 1101010 | 101001 | 1001111 |
Color Harmonies of #BFE0B5
Complementary color
Monochromatic Colors of #BFE0B5
Black with #BFE0B5
Text Example
Text Example
White with #BFE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0B5; }
p { color: rgb(191,224,181); }
H1.HeaderClassName
{
color: #BFE0B5;
}
.AnyTagClassName
{
color: #BFE0B5;
}
</style>
background-color css
<style>
a { background-color: #BFE0B5; }
a { background-color: rgb(191,224,181); }
div.DivClassName
{
background-color: #BFE0B5;
}
.BgClassName
{
background-color: #BFE0B5;
}
</style>
border-color css
<style>
span { border-color: #BFE0B5; }
span { border-color: rgb(191,224,181); }
td.TdClassName
{
border-color: #BFE0B5;
}
.TagClassName
{
border-color: #BFE0B5;
}
</style>