#BADABA

Color #BADABA Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #BADABA

Tints of Surf #BADABA

Color information

#BADABA (or 0xBADABA) is unknown color: approx Surf. HEX triplet: BA, DA and BA. RGB value is (186,218,186). Sum of RGB (Red+Green+Blue) = 186+218+186=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #BADABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADABA is #452545. Grayscale: #CCCCCC. Windows color (decimal): -4531526 or 12245690. OLE color: 12245690.

HSL color Cylindrical-coordinate representation of color #BADABA: hue angle of 120º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADABA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB186218186-
CMYK0.1500.150.15
HSL120º30.19%79.22%-
HSV(B)120º14.68%85.49%-
XYZ54.1864.1355.98-
YUV204.78117.4114.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=31.53%
G=36.95%
B=31.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181860.1500.150.1512030.1979.22
HexBADABAF0FF781e4f
Octal272332272170171717036117
Binary10111010110110101011101011110111111111111000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADABA; }

 p { color: rgb(186,218,186); }

 H1.HeaderClassName
 {
   color: #BADABA;
 }
 .AnyTagClassName
 {
   color: #BADABA;
 }
</style>
background-color css

<style>
 a { background-color: #BADABA; }

 a { background-color: rgb(186,218,186); }

 div.DivClassName
 {
   background-color: #BADABA;
 }
 .BgClassName
 {
   background-color: #BADABA;
 }
</style>
border-color css

<style>
 span { border-color: #BADABA; }

 span { border-color: rgb(186,218,186); }

 td.TdClassName
 {
   border-color: #BADABA;
 }
 .TagClassName
 {
   border-color: #BADABA;
 }
</style>