Shades of Surf #BACDBD
Tints of Surf #BACDBD
RGB
CMYK
RGB Variations
Color information
#BACDBD (or 0xBACDBD) is known color: Surf. HEX triplet: BA, CD and BD. RGB value is (186,205,189). Sum of RGB (Red+Green+Blue) = 186+205+189=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDBD is #453242. Grayscale: #C5C5C5. Windows color (decimal): -4534851 or 12438970. OLE color: 12438970.
HSL color Cylindrical-coordinate representation of color #BACDBD: hue angle of 129.47º 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 #BACDBD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 189 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.20 |
| HSL | 129.47º | 0.16% | 0.77% | - |
| HSV(B) | 129.47º | 0.09% | 0.8% | - |
| XYZ | 51.27 | 57.78 | 56.59 | - |
| YUV | 197.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 189 | 0.09 | 0 | 0.08 | 0.20 | 129.47 | 0.16 | 0.77 |
| Hex | BA | CD | BD | 9 | 0 | 8 | 14 | 81 | 10 | 4D |
| Octal | 272 | 315 | 275 | 11 | 0 | 10 | 24 | 201 | 20 | 115 |
| Binary | 10111010 | 11001101 | 10111101 | 1001 | 0 | 1000 | 10100 | 10000001 | 10000 | 1001101 |
Color Harmonies of #BACDBD
Complementary color
Monochromatic Colors of #BACDBD
Black with #BACDBD
Text Example
Text Example
White with #BACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDBD; }
p { color: rgb(186,205,189); }
H1.HeaderClassName
{
color: #BACDBD;
}
.AnyTagClassName
{
color: #BACDBD;
}
</style>
background-color css
<style>
a { background-color: #BACDBD; }
a { background-color: rgb(186,205,189); }
div.DivClassName
{
background-color: #BACDBD;
}
.BgClassName
{
background-color: #BACDBD;
}
</style>
border-color css
<style>
span { border-color: #BACDBD; }
span { border-color: rgb(186,205,189); }
td.TdClassName
{
border-color: #BACDBD;
}
.TagClassName
{
border-color: #BACDBD;
}
</style>