Shades of Surf Crest #BFD2B4
Tints of Surf Crest #BFD2B4
RGB
CMYK
RGB Variations
Color information
#BFD2B4 (or 0xBFD2B4) is known color: Surf Crest. HEX triplet: BF, D2 and B4. RGB value is (191,210,180). Sum of RGB (Red+Green+Blue) = 191+210+180=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2B4 is #402D4B. Grayscale: #C9C9C9. Windows color (decimal): -4205900 or 11850431. OLE color: 11850431.
HSL color Cylindrical-coordinate representation of color #BFD2B4: hue angle of 98º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD2B4 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 180 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.18 |
| HSL | 98º | 0.25% | 0.76% | - |
| HSV(B) | 98º | 0.14% | 0.82% | - |
| XYZ | 52.77 | 60.46 | 52.07 | - |
| YUV | 200.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 180 | 0.09 | 0 | 0.14 | 0.18 | 98 | 0.25 | 0.76 |
| Hex | BF | D2 | B4 | 9 | 0 | E | 12 | 62 | 19 | 4C |
| Octal | 277 | 322 | 264 | 11 | 0 | 16 | 22 | 142 | 31 | 114 |
| Binary | 10111111 | 11010010 | 10110100 | 1001 | 0 | 1110 | 10010 | 1100010 | 11001 | 1001100 |
Color Harmonies of #BFD2B4
Complementary color
Monochromatic Colors of #BFD2B4
Black with #BFD2B4
Text Example
Text Example
White with #BFD2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2B4; }
p { color: rgb(191,210,180); }
H1.HeaderClassName
{
color: #BFD2B4;
}
.AnyTagClassName
{
color: #BFD2B4;
}
</style>
background-color css
<style>
a { background-color: #BFD2B4; }
a { background-color: rgb(191,210,180); }
div.DivClassName
{
background-color: #BFD2B4;
}
.BgClassName
{
background-color: #BFD2B4;
}
</style>
border-color css
<style>
span { border-color: #BFD2B4; }
span { border-color: rgb(191,210,180); }
td.TdClassName
{
border-color: #BFD2B4;
}
.TagClassName
{
border-color: #BFD2B4;
}
</style>