#BADCBA

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

Shades of Surf #BADCBA

Tints of Surf #BADCBA

Color information

#BADCBA (or 0xBADCBA) is unknown color: approx Surf. HEX triplet: BA, DC and BA. RGB value is (186,220,186). Sum of RGB (Red+Green+Blue) = 186+220+186=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCBA is #452345. Grayscale: #CECECE. Windows color (decimal): -4531014 or 12246202. OLE color: 12246202.

HSL color Cylindrical-coordinate representation of color #BADCBA: hue angle of 120º 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 #BADCBA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB186220186-
CMYK0.1500.150.14
HSL120º32.69%79.61%-
HSV(B)120º15.45%86.27%-
XYZ54.7165.1756.15-
YUV205.96116.74113.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=31.42%
G=37.16%
B=31.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201860.1500.150.1412032.6979.61
HexBADCBAF0FE782150
Octal272334272170171617041120
Binary101110101101110010111010111101111111011110001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCBA; }

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

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

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

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

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

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

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

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