#BAD8B9

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

Shades of Surf #BAD8B9

Tints of Surf #BAD8B9

Color information

#BAD8B9 (or 0xBAD8B9) is unknown color: approx Surf. HEX triplet: BA, D8 and B9. RGB value is (186,216,185). Sum of RGB (Red+Green+Blue) = 186+216+185=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8B9 is #452746. Grayscale: #CBCBCB. Windows color (decimal): -4532039 or 12179642. OLE color: 12179642.

HSL color Cylindrical-coordinate representation of color #BAD8B9: hue angle of 118.06º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD8B9 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB186216185-
CMYK0.1400.140.15
HSL118.06º28.44%78.63%-
HSV(B)118.06º14.35%84.71%-
XYZ53.5663.0555.25-
YUV203.5117.56115.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 185 (72.66% from 255) = 31.52%
R=31.69%
G=36.80%
B=31.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161850.1400.140.15118.0628.4478.63
HexBAD8B9E0EF761c4f
Octal272330271160161716634117
Binary10111010110110001011100111100111011111110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8B9; }

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

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

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

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

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

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

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

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