Shades of Surf #BADCBE
Tints of Surf #BADCBE
RGB
CMYK
RGB Variations
Color information
#BADCBE (or 0xBADCBE) is known color: Surf. HEX triplet: BA, DC and BE. RGB value is (186,220,190). Sum of RGB (Red+Green+Blue) = 186+220+190=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCBE is #452341. Grayscale: #CECECE. Windows color (decimal): -4531010 or 12508346. OLE color: 12508346.
HSL color Cylindrical-coordinate representation of color #BADCBE: hue angle of 127.06º 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 #BADCBE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 190 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.14 |
| HSL | 127.06º | 0.33% | 0.8% | - |
| HSV(B) | 127.06º | 0.15% | 0.86% | - |
| XYZ | 55.14 | 65.34 | 58.42 | - |
| YUV | 206.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 190 | 0.15 | 0 | 0.14 | 0.14 | 127.06 | 0.33 | 0.8 |
| Hex | BA | DC | BE | F | 0 | E | E | 7F | 21 | 50 |
| Octal | 272 | 334 | 276 | 17 | 0 | 16 | 16 | 177 | 41 | 120 |
| Binary | 10111010 | 11011100 | 10111110 | 1111 | 0 | 1110 | 1110 | 1111111 | 100001 | 1010000 |
Color Harmonies of #BADCBE
Complementary color
Monochromatic Colors of #BADCBE
Black with #BADCBE
Text Example
Text Example
White with #BADCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCBE; }
p { color: rgb(186,220,190); }
H1.HeaderClassName
{
color: #BADCBE;
}
.AnyTagClassName
{
color: #BADCBE;
}
</style>
background-color css
<style>
a { background-color: #BADCBE; }
a { background-color: rgb(186,220,190); }
div.DivClassName
{
background-color: #BADCBE;
}
.BgClassName
{
background-color: #BADCBE;
}
</style>
border-color css
<style>
span { border-color: #BADCBE; }
span { border-color: rgb(186,220,190); }
td.TdClassName
{
border-color: #BADCBE;
}
.TagClassName
{
border-color: #BADCBE;
}
</style>