Shades of Surf #BADCBD
Tints of Surf #BADCBD
RGB
CMYK
RGB Variations
Color information
#BADCBD (or 0xBADCBD) is known color: Surf. HEX triplet: BA, DC and BD. RGB value is (186,220,189). Sum of RGB (Red+Green+Blue) = 186+220+189=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCBD is #452342. Grayscale: #CECECE. Windows color (decimal): -4531011 or 12442810. OLE color: 12442810.
HSL color Cylindrical-coordinate representation of color #BADCBD: hue angle of 125.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCBD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 189 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.14 |
| HSL | 125.29º | 0.33% | 0.8% | - |
| HSV(B) | 125.29º | 0.15% | 0.86% | - |
| XYZ | 55.03 | 65.3 | 57.85 | - |
| YUV | 206.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 189 | 0.15 | 0 | 0.14 | 0.14 | 125.29 | 0.33 | 0.8 |
| Hex | BA | DC | BD | F | 0 | E | E | 7D | 21 | 50 |
| Octal | 272 | 334 | 275 | 17 | 0 | 16 | 16 | 175 | 41 | 120 |
| Binary | 10111010 | 11011100 | 10111101 | 1111 | 0 | 1110 | 1110 | 1111101 | 100001 | 1010000 |
Color Harmonies of #BADCBD
Complementary color
Monochromatic Colors of #BADCBD
Black with #BADCBD
Text Example
Text Example
White with #BADCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCBD; }
p { color: rgb(186,220,189); }
H1.HeaderClassName
{
color: #BADCBD;
}
.AnyTagClassName
{
color: #BADCBD;
}
</style>
background-color css
<style>
a { background-color: #BADCBD; }
a { background-color: rgb(186,220,189); }
div.DivClassName
{
background-color: #BADCBD;
}
.BgClassName
{
background-color: #BADCBD;
}
</style>
border-color css
<style>
span { border-color: #BADCBD; }
span { border-color: rgb(186,220,189); }
td.TdClassName
{
border-color: #BADCBD;
}
.TagClassName
{
border-color: #BADCBD;
}
</style>