Shades of Surf Crest #BFE7B9
Tints of Surf Crest #BFE7B9
RGB
CMYK
RGB Variations
Color information
#BFE7B9 (or 0xBFE7B9) is known color: Surf Crest. HEX triplet: BF, E7 and B9. RGB value is (191,231,185). Sum of RGB (Red+Green+Blue) = 191+231+185=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7B9 is #401846. Grayscale: #D5D5D5. Windows color (decimal): -4200519 or 12183487. OLE color: 12183487.
HSL color Cylindrical-coordinate representation of color #BFE7B9: hue angle of 112.17º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE7B9 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
RGB | 191 | 231 | 185 | - |
CMYK | 0.17 | 0 | 0.20 | 0.09 |
HSL | 112.17º | 0.49% | 0.82% | - |
HSV(B) | 112.17º | 0.2% | 0.91% | - |
XYZ | 58.82 | 71.73 | 56.64 | - |
YUV | 213.8 | 111.75 | 111.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 231 | 185 | 0.17 | 0 | 0.20 | 0.09 | 112.17 | 0.49 | 0.82 |
Hex | BF | E7 | B9 | 11 | 0 | 14 | 9 | 70 | 31 | 52 |
Octal | 277 | 347 | 271 | 21 | 0 | 24 | 11 | 160 | 61 | 122 |
Binary | 10111111 | 11100111 | 10111001 | 10001 | 0 | 10100 | 1001 | 1110000 | 110001 | 1010010 |
Color Harmonies of #BFE7B9
Complementary color
Monochromatic Colors of #BFE7B9
Black with #BFE7B9
Text Example
Text Example
White with #BFE7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7B9; }
p { color: rgb(191,231,185); }
H1.HeaderClassName
{
color: #BFE7B9;
}
.AnyTagClassName
{
color: #BFE7B9;
}
</style>
background-color css
<style>
a { background-color: #BFE7B9; }
a { background-color: rgb(191,231,185); }
div.DivClassName
{
background-color: #BFE7B9;
}
.BgClassName
{
background-color: #BFE7B9;
}
</style>
border-color css
<style>
span { border-color: #BFE7B9; }
span { border-color: rgb(191,231,185); }
td.TdClassName
{
border-color: #BFE7B9;
}
.TagClassName
{
border-color: #BFE7B9;
}
</style>