Shades of Surf Crest #BFDCBD
Tints of Surf Crest #BFDCBD
RGB
CMYK
RGB Variations
Color information
#BFDCBD (or 0xBFDCBD) is known color: Surf Crest. HEX triplet: BF, DC and BD. RGB value is (191,220,189). Sum of RGB (Red+Green+Blue) = 191+220+189=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCBD is #402342. Grayscale: #CFCFCF. Windows color (decimal): -4203331 or 12442815. OLE color: 12442815.
HSL color Cylindrical-coordinate representation of color #BFDCBD: hue angle of 116.13º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDCBD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 189 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.14 |
| HSL | 116.13º | 0.31% | 0.8% | - |
| HSV(B) | 116.13º | 0.14% | 0.86% | - |
| XYZ | 56.26 | 65.94 | 57.91 | - |
| YUV | 207.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 189 | 0.13 | 0 | 0.14 | 0.14 | 116.13 | 0.31 | 0.8 |
| Hex | BF | DC | BD | D | 0 | E | E | 74 | 1F | 50 |
| Octal | 277 | 334 | 275 | 15 | 0 | 16 | 16 | 164 | 37 | 120 |
| Binary | 10111111 | 11011100 | 10111101 | 1101 | 0 | 1110 | 1110 | 1110100 | 11111 | 1010000 |
Color Harmonies of #BFDCBD
Complementary color
Monochromatic Colors of #BFDCBD
Black with #BFDCBD
Text Example
Text Example
White with #BFDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCBD; }
p { color: rgb(191,220,189); }
H1.HeaderClassName
{
color: #BFDCBD;
}
.AnyTagClassName
{
color: #BFDCBD;
}
</style>
background-color css
<style>
a { background-color: #BFDCBD; }
a { background-color: rgb(191,220,189); }
div.DivClassName
{
background-color: #BFDCBD;
}
.BgClassName
{
background-color: #BFDCBD;
}
</style>
border-color css
<style>
span { border-color: #BFDCBD; }
span { border-color: rgb(191,220,189); }
td.TdClassName
{
border-color: #BFDCBD;
}
.TagClassName
{
border-color: #BFDCBD;
}
</style>