Shades of Surf Crest #BFDCB5
Tints of Surf Crest #BFDCB5
RGB
CMYK
RGB Variations
Color information
#BFDCB5 (or 0xBFDCB5) is known color: Surf Crest. HEX triplet: BF, DC and B5. RGB value is (191,220,181). Sum of RGB (Red+Green+Blue) = 191+220+181=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCB5 is #40234A. Grayscale: #CFCFCF. Windows color (decimal): -4203339 or 11918527. OLE color: 11918527.
HSL color Cylindrical-coordinate representation of color #BFDCB5: hue angle of 104.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDCB5 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 181 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.14 |
| HSL | 104.62º | 0.36% | 0.79% | - |
| HSV(B) | 104.62º | 0.18% | 0.86% | - |
| XYZ | 55.42 | 65.6 | 53.46 | - |
| YUV | 206.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 181 | 0.13 | 0 | 0.18 | 0.14 | 104.62 | 0.36 | 0.79 |
| Hex | BF | DC | B5 | D | 0 | 12 | E | 69 | 24 | 4F |
| Octal | 277 | 334 | 265 | 15 | 0 | 22 | 16 | 151 | 44 | 117 |
| Binary | 10111111 | 11011100 | 10110101 | 1101 | 0 | 10010 | 1110 | 1101001 | 100100 | 1001111 |
Color Harmonies of #BFDCB5
Complementary color
Monochromatic Colors of #BFDCB5
Black with #BFDCB5
Text Example
Text Example
White with #BFDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCB5; }
p { color: rgb(191,220,181); }
H1.HeaderClassName
{
color: #BFDCB5;
}
.AnyTagClassName
{
color: #BFDCB5;
}
</style>
background-color css
<style>
a { background-color: #BFDCB5; }
a { background-color: rgb(191,220,181); }
div.DivClassName
{
background-color: #BFDCB5;
}
.BgClassName
{
background-color: #BFDCB5;
}
</style>
border-color css
<style>
span { border-color: #BFDCB5; }
span { border-color: rgb(191,220,181); }
td.TdClassName
{
border-color: #BFDCB5;
}
.TagClassName
{
border-color: #BFDCB5;
}
</style>