#BAD1BA

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

Shades of Surf #BAD1BA

Tints of Surf #BAD1BA

Color information

#BAD1BA (or 0xBAD1BA) is unknown color: approx Surf. HEX triplet: BA, D1 and BA. RGB value is (186,209,186). Sum of RGB (Red+Green+Blue) = 186+209+186=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1BA is #452E45. Grayscale: #C7C7C7. Windows color (decimal): -4533830 or 12243386. OLE color: 12243386.

HSL color Cylindrical-coordinate representation of color #BAD1BA: hue angle of 120º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD1BA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB186209186-
CMYK0.1100.110.18
HSL120º20%77.45%-
HSV(B)120º11%81.96%-
XYZ51.9159.5955.22-
YUV199.5120.38118.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=32.01%
G=35.97%
B=32.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091860.1100.110.181202077.45
HexBAD1BAB0B1278144d
Octal272321272130132217024115
Binary101110101101000110111010101101011100101111000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1BA; }

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

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

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

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

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

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

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

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