Shades of Surf #BACDBE
Tints of Surf #BACDBE
RGB
CMYK
RGB Variations
Color information
#BACDBE (or 0xBACDBE) is known color: Surf. HEX triplet: BA, CD and BE. RGB value is (186,205,190). Sum of RGB (Red+Green+Blue) = 186+205+190=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDBE is #453241. Grayscale: #C5C5C5. Windows color (decimal): -4534850 or 12504506. OLE color: 12504506.
HSL color Cylindrical-coordinate representation of color #BACDBE: hue angle of 132.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDBE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 190 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.20 |
| HSL | 132.63º | 0.16% | 0.77% | - |
| HSV(B) | 132.63º | 0.09% | 0.8% | - |
| XYZ | 51.38 | 57.82 | 57.17 | - |
| YUV | 197.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 190 | 0.09 | 0 | 0.07 | 0.20 | 132.63 | 0.16 | 0.77 |
| Hex | BA | CD | BE | 9 | 0 | 7 | 14 | 85 | 10 | 4D |
| Octal | 272 | 315 | 276 | 11 | 0 | 7 | 24 | 205 | 20 | 115 |
| Binary | 10111010 | 11001101 | 10111110 | 1001 | 0 | 111 | 10100 | 10000101 | 10000 | 1001101 |
Color Harmonies of #BACDBE
Complementary color
Monochromatic Colors of #BACDBE
Black with #BACDBE
Text Example
Text Example
White with #BACDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDBE; }
p { color: rgb(186,205,190); }
H1.HeaderClassName
{
color: #BACDBE;
}
.AnyTagClassName
{
color: #BACDBE;
}
</style>
background-color css
<style>
a { background-color: #BACDBE; }
a { background-color: rgb(186,205,190); }
div.DivClassName
{
background-color: #BACDBE;
}
.BgClassName
{
background-color: #BACDBE;
}
</style>
border-color css
<style>
span { border-color: #BACDBE; }
span { border-color: rgb(186,205,190); }
td.TdClassName
{
border-color: #BACDBE;
}
.TagClassName
{
border-color: #BACDBE;
}
</style>