#BAD2BA

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

Shades of Surf #BAD2BA

Tints of Surf #BAD2BA

Color information

#BAD2BA (or 0xBAD2BA) is unknown color: approx Surf. HEX triplet: BA, D2 and BA. RGB value is (186,210,186). Sum of RGB (Red+Green+Blue) = 186+210+186=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2BA is #452D45. Grayscale: #C8C8C8. Windows color (decimal): -4533574 or 12243642. OLE color: 12243642.

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

Color convert

RGB186210186-
CMYK0.1100.110.18
HSL120º21.05%77.65%-
HSV(B)120º11.43%82.35%-
XYZ52.1660.0855.3-
YUV200.09120.05117.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 210 (82.42% from 255) = 36.08%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=31.96%
G=36.08%
B=31.96%

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
Decimal1862101860.1100.110.1812021.0577.65
HexBAD2BAB0B1278154e
Octal272322272130132217025116
Binary101110101101001010111010101101011100101111000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2BA; }

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

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

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

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

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

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

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

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