Shades of Surf Crest #BFDCB2
Tints of Surf Crest #BFDCB2
RGB
CMYK
RGB Variations
Color information
#BFDCB2 (or 0xBFDCB2) is known color: Surf Crest. HEX triplet: BF, DC and B2. RGB value is (191,220,178). Sum of RGB (Red+Green+Blue) = 191+220+178=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCB2 is #40234D. Grayscale: #CECECE. Windows color (decimal): -4203342 or 11721919. OLE color: 11721919.
HSL color Cylindrical-coordinate representation of color #BFDCB2: hue angle of 101.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDCB2 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 178 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.14 |
| HSL | 101.43º | 0.38% | 0.78% | - |
| HSV(B) | 101.43º | 0.19% | 0.86% | - |
| XYZ | 55.11 | 65.48 | 51.85 | - |
| YUV | 206.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 178 | 0.13 | 0 | 0.19 | 0.14 | 101.43 | 0.38 | 0.78 |
| Hex | BF | DC | B2 | D | 0 | 13 | E | 65 | 26 | 4E |
| Octal | 277 | 334 | 262 | 15 | 0 | 23 | 16 | 145 | 46 | 116 |
| Binary | 10111111 | 11011100 | 10110010 | 1101 | 0 | 10011 | 1110 | 1100101 | 100110 | 1001110 |
Color Harmonies of #BFDCB2
Complementary color
Monochromatic Colors of #BFDCB2
Black with #BFDCB2
Text Example
Text Example
White with #BFDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCB2; }
p { color: rgb(191,220,178); }
H1.HeaderClassName
{
color: #BFDCB2;
}
.AnyTagClassName
{
color: #BFDCB2;
}
</style>
background-color css
<style>
a { background-color: #BFDCB2; }
a { background-color: rgb(191,220,178); }
div.DivClassName
{
background-color: #BFDCB2;
}
.BgClassName
{
background-color: #BFDCB2;
}
</style>
border-color css
<style>
span { border-color: #BFDCB2; }
span { border-color: rgb(191,220,178); }
td.TdClassName
{
border-color: #BFDCB2;
}
.TagClassName
{
border-color: #BFDCB2;
}
</style>