Shades of Surf Crest #BFDFBD
Tints of Surf Crest #BFDFBD
RGB
CMYK
RGB Variations
Color information
#BFDFBD (or 0xBFDFBD) is known color: Surf Crest. HEX triplet: BF, DF and BD. RGB value is (191,223,189). Sum of RGB (Red+Green+Blue) = 191+223+189=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFBD is #402042. Grayscale: #D1D1D1. Windows color (decimal): -4202563 or 12443583. OLE color: 12443583.
HSL color Cylindrical-coordinate representation of color #BFDFBD: hue angle of 116.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDFBD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 189 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.13 |
| HSL | 116.47º | 0.35% | 0.81% | - |
| HSV(B) | 116.47º | 0.15% | 0.87% | - |
| XYZ | 57.06 | 67.53 | 58.17 | - |
| YUV | 209.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 189 | 0.14 | 0 | 0.15 | 0.13 | 116.47 | 0.35 | 0.81 |
| Hex | BF | DF | BD | E | 0 | F | D | 74 | 23 | 51 |
| Octal | 277 | 337 | 275 | 16 | 0 | 17 | 15 | 164 | 43 | 121 |
| Binary | 10111111 | 11011111 | 10111101 | 1110 | 0 | 1111 | 1101 | 1110100 | 100011 | 1010001 |
Color Harmonies of #BFDFBD
Complementary color
Monochromatic Colors of #BFDFBD
Black with #BFDFBD
Text Example
Text Example
White with #BFDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFBD; }
p { color: rgb(191,223,189); }
H1.HeaderClassName
{
color: #BFDFBD;
}
.AnyTagClassName
{
color: #BFDFBD;
}
</style>
background-color css
<style>
a { background-color: #BFDFBD; }
a { background-color: rgb(191,223,189); }
div.DivClassName
{
background-color: #BFDFBD;
}
.BgClassName
{
background-color: #BFDFBD;
}
</style>
border-color css
<style>
span { border-color: #BFDFBD; }
span { border-color: rgb(191,223,189); }
td.TdClassName
{
border-color: #BFDFBD;
}
.TagClassName
{
border-color: #BFDFBD;
}
</style>