Shades of Surf Crest #BFCDBD
Tints of Surf Crest #BFCDBD
RGB
CMYK
RGB Variations
Color information
#BFCDBD (or 0xBFCDBD) is known color: Surf Crest. HEX triplet: BF, CD and BD. RGB value is (191,205,189). Sum of RGB (Red+Green+Blue) = 191+205+189=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDBD is #403242. Grayscale: #C7C7C7. Windows color (decimal): -4207171 or 12438975. OLE color: 12438975.
HSL color Cylindrical-coordinate representation of color #BFCDBD: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCDBD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 189 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.20 |
| HSL | 112.5º | 0.14% | 0.77% | - |
| HSV(B) | 112.5º | 0.08% | 0.8% | - |
| XYZ | 52.5 | 58.41 | 56.65 | - |
| YUV | 198.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 189 | 0.07 | 0 | 0.08 | 0.20 | 112.5 | 0.14 | 0.77 |
| Hex | BF | CD | BD | 7 | 0 | 8 | 14 | 70 | E | 4D |
| Octal | 277 | 315 | 275 | 7 | 0 | 10 | 24 | 160 | 16 | 115 |
| Binary | 10111111 | 11001101 | 10111101 | 111 | 0 | 1000 | 10100 | 1110000 | 1110 | 1001101 |
Color Harmonies of #BFCDBD
Complementary color
Monochromatic Colors of #BFCDBD
Black with #BFCDBD
Text Example
Text Example
White with #BFCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDBD; }
p { color: rgb(191,205,189); }
H1.HeaderClassName
{
color: #BFCDBD;
}
.AnyTagClassName
{
color: #BFCDBD;
}
</style>
background-color css
<style>
a { background-color: #BFCDBD; }
a { background-color: rgb(191,205,189); }
div.DivClassName
{
background-color: #BFCDBD;
}
.BgClassName
{
background-color: #BFCDBD;
}
</style>
border-color css
<style>
span { border-color: #BFCDBD; }
span { border-color: rgb(191,205,189); }
td.TdClassName
{
border-color: #BFCDBD;
}
.TagClassName
{
border-color: #BFCDBD;
}
</style>