#BAD8B8

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

Shades of Surf #BAD8B8

Tints of Surf #BAD8B8

Color information

#BAD8B8 (or 0xBAD8B8) is unknown color: approx Surf. HEX triplet: BA, D8 and B8. RGB value is (186,216,184). Sum of RGB (Red+Green+Blue) = 186+216+184=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8B8 is #452747. Grayscale: #CBCBCB. Windows color (decimal): -4532040 or 12114106. OLE color: 12114106.

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

Color convert

RGB186216184-
CMYK0.1400.150.15
HSL116.25º29.09%78.43%-
HSV(B)116.25º14.81%84.71%-
XYZ53.4663.0154.69-
YUV203.38117.06115.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 184 (72.27% from 255) = 31.40%
R=31.74%
G=36.86%
B=31.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161840.1400.150.15116.2529.0978.43
HexBAD8B8E0FF741d4e
Octal272330270160171716435116
Binary10111010110110001011100011100111111111110100111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8B8; }

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

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

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

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

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

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

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

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