Shades of Surf Crest #BACFB6
Tints of Surf Crest #BACFB6
RGB
CMYK
RGB Variations
Color information
#BACFB6 (or 0xBACFB6) is known color: Surf Crest. HEX triplet: BA, CF and B6. RGB value is (186,207,182). Sum of RGB (Red+Green+Blue) = 186+207+182=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFB6 is #453049. Grayscale: #C5C5C5. Windows color (decimal): -4534346 or 11980730. OLE color: 11980730.
HSL color Cylindrical-coordinate representation of color #BACFB6: hue angle of 110.4º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACFB6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 182 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.19 |
| HSL | 110.4º | 0.21% | 0.76% | - |
| HSV(B) | 110.4º | 0.12% | 0.81% | - |
| XYZ | 51.01 | 58.44 | 52.85 | - |
| YUV | 197.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 182 | 0.10 | 0 | 0.12 | 0.19 | 110.4 | 0.21 | 0.76 |
| Hex | BA | CF | B6 | A | 0 | C | 13 | 6E | 15 | 4C |
| Octal | 272 | 317 | 266 | 12 | 0 | 14 | 23 | 156 | 25 | 114 |
| Binary | 10111010 | 11001111 | 10110110 | 1010 | 0 | 1100 | 10011 | 1101110 | 10101 | 1001100 |
Color Harmonies of #BACFB6
Complementary color
Monochromatic Colors of #BACFB6
Black with #BACFB6
Text Example
Text Example
White with #BACFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFB6; }
p { color: rgb(186,207,182); }
H1.HeaderClassName
{
color: #BACFB6;
}
.AnyTagClassName
{
color: #BACFB6;
}
</style>
background-color css
<style>
a { background-color: #BACFB6; }
a { background-color: rgb(186,207,182); }
div.DivClassName
{
background-color: #BACFB6;
}
.BgClassName
{
background-color: #BACFB6;
}
</style>
border-color css
<style>
span { border-color: #BACFB6; }
span { border-color: rgb(186,207,182); }
td.TdClassName
{
border-color: #BACFB6;
}
.TagClassName
{
border-color: #BACFB6;
}
</style>