Shades of Surf Crest #BFE1BD
Tints of Surf Crest #BFE1BD
RGB
CMYK
RGB Variations
Color information
#BFE1BD (or 0xBFE1BD) is known color: Surf Crest. HEX triplet: BF, E1 and BD. RGB value is (191,225,189). Sum of RGB (Red+Green+Blue) = 191+225+189=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1BD is #401E42. Grayscale: #D2D2D2. Windows color (decimal): -4202051 or 12444095. OLE color: 12444095.
HSL color Cylindrical-coordinate representation of color #BFE1BD: hue angle of 116.67º degrees, saturation: 0.38, 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 #BFE1BD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 189 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.12 |
| HSL | 116.67º | 0.38% | 0.81% | - |
| HSV(B) | 116.67º | 0.16% | 0.88% | - |
| XYZ | 57.6 | 68.6 | 58.35 | - |
| YUV | 210.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 189 | 0.15 | 0 | 0.16 | 0.12 | 116.67 | 0.38 | 0.81 |
| Hex | BF | E1 | BD | F | 0 | 10 | C | 75 | 26 | 51 |
| Octal | 277 | 341 | 275 | 17 | 0 | 20 | 14 | 165 | 46 | 121 |
| Binary | 10111111 | 11100001 | 10111101 | 1111 | 0 | 10000 | 1100 | 1110101 | 100110 | 1010001 |
Color Harmonies of #BFE1BD
Complementary color
Monochromatic Colors of #BFE1BD
Black with #BFE1BD
Text Example
Text Example
White with #BFE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1BD; }
p { color: rgb(191,225,189); }
H1.HeaderClassName
{
color: #BFE1BD;
}
.AnyTagClassName
{
color: #BFE1BD;
}
</style>
background-color css
<style>
a { background-color: #BFE1BD; }
a { background-color: rgb(191,225,189); }
div.DivClassName
{
background-color: #BFE1BD;
}
.BgClassName
{
background-color: #BFE1BD;
}
</style>
border-color css
<style>
span { border-color: #BFE1BD; }
span { border-color: rgb(191,225,189); }
td.TdClassName
{
border-color: #BFE1BD;
}
.TagClassName
{
border-color: #BFE1BD;
}
</style>