#BAD2B9

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

Shades of Surf #BAD2B9

Tints of Surf #BAD2B9

Color information

#BAD2B9 (or 0xBAD2B9) is unknown color: approx Surf. HEX triplet: BA, D2 and B9. RGB value is (186,210,185). Sum of RGB (Red+Green+Blue) = 186+210+185=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2B9 is #452D46. Grayscale: #C8C8C8. Windows color (decimal): -4533575 or 12178106. OLE color: 12178106.

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

Color convert

RGB186210185-
CMYK0.1100.120.18
HSL117.6º21.74%77.45%-
HSV(B)117.6º11.9%82.35%-
XYZ52.0560.0454.74-
YUV199.97119.55118.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=32.01%
G=36.14%
B=31.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101850.1100.120.18117.621.7477.45
HexBAD2B9B0C1276164d
Octal272322271130142216626115
Binary101110101101001010111001101101100100101110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2B9; }

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

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

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

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

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

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

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

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