Shades of Surf #BACFBE
Tints of Surf #BACFBE
RGB
CMYK
RGB Variations
Color information
#BACFBE (or 0xBACFBE) is known color: Surf. HEX triplet: BA, CF and BE. RGB value is (186,207,190). Sum of RGB (Red+Green+Blue) = 186+207+190=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFBE is #453041. Grayscale: #C6C6C6. Windows color (decimal): -4534338 or 12505018. OLE color: 12505018.
HSL color Cylindrical-coordinate representation of color #BACFBE: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACFBE is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 190 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.19 |
| HSL | 131.43º | 0.18% | 0.77% | - |
| HSV(B) | 131.43º | 0.1% | 0.81% | - |
| XYZ | 51.86 | 58.78 | 57.33 | - |
| YUV | 198.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 190 | 0.10 | 0 | 0.08 | 0.19 | 131.43 | 0.18 | 0.77 |
| Hex | BA | CF | BE | A | 0 | 8 | 13 | 83 | 12 | 4D |
| Octal | 272 | 317 | 276 | 12 | 0 | 10 | 23 | 203 | 22 | 115 |
| Binary | 10111010 | 11001111 | 10111110 | 1010 | 0 | 1000 | 10011 | 10000011 | 10010 | 1001101 |
Color Harmonies of #BACFBE
Complementary color
Monochromatic Colors of #BACFBE
Black with #BACFBE
Text Example
Text Example
White with #BACFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFBE; }
p { color: rgb(186,207,190); }
H1.HeaderClassName
{
color: #BACFBE;
}
.AnyTagClassName
{
color: #BACFBE;
}
</style>
background-color css
<style>
a { background-color: #BACFBE; }
a { background-color: rgb(186,207,190); }
div.DivClassName
{
background-color: #BACFBE;
}
.BgClassName
{
background-color: #BACFBE;
}
</style>
border-color css
<style>
span { border-color: #BACFBE; }
span { border-color: rgb(186,207,190); }
td.TdClassName
{
border-color: #BACFBE;
}
.TagClassName
{
border-color: #BACFBE;
}
</style>