#BAD6BE

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

Shades of Surf #BAD6BE

Tints of Surf #BAD6BE

Color information

#BAD6BE (or 0xBAD6BE) is unknown color: approx Surf. HEX triplet: BA, D6 and BE. RGB value is (186,214,190). Sum of RGB (Red+Green+Blue) = 186+214+190=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6BE is #452941. Grayscale: #CACACA. Windows color (decimal): -4532546 or 12506810. OLE color: 12506810.

HSL color Cylindrical-coordinate representation of color #BAD6BE: hue angle of 128.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD6BE is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB186214190-
CMYK0.1300.110.16
HSL128.57º25.45%78.43%-
HSV(B)128.57º13.08%83.92%-
XYZ53.5962.2557.91-
YUV202.89120.72115.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 214 (83.98% from 255) = 36.27%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=31.53%
G=36.27%
B=32.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141900.1300.110.16128.5725.4578.43
HexBAD6BED0B1081194e
Octal272326276150132020131116
Binary1011101011010110101111101101010111000010000001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6BE; }

 p { color: rgb(186,214,190); }

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

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

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

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

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

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

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