#BAD2AF

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

Shades of Surf Crest #BAD2AF

Tints of Surf Crest #BAD2AF

Color information

#BAD2AF (or 0xBAD2AF) is unknown color: approx Surf Crest. HEX triplet: BA, D2 and AF. RGB value is (186,210,175). Sum of RGB (Red+Green+Blue) = 186+210+175=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD2AF is #452D50. Grayscale: #C6C6C6. Windows color (decimal): -4533585 or 11522746. OLE color: 11522746.

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

Color convert

RGB186210175-
CMYK0.1100.170.18
HSL101.14º28%75.49%-
HSV(B)101.14º16.67%82.35%-
XYZ51.0359.6349.38-
YUV198.83114.55118.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=32.57%
G=36.78%
B=30.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101750.1100.170.18101.142875.49
HexBAD2AFB01112651c4b
Octal272322257130212214534113
Binary1011101011010010101011111011010001100101100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2AF; }

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

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

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

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

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

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

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

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