#BAD6BB

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

Shades of Surf #BAD6BB

Tints of Surf #BAD6BB

Color information

#BAD6BB (or 0xBAD6BB) is unknown color: approx Surf. HEX triplet: BA, D6 and BB. RGB value is (186,214,187). Sum of RGB (Red+Green+Blue) = 186+214+187=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6BB is #452944. Grayscale: #CACACA. Windows color (decimal): -4532549 or 12310202. OLE color: 12310202.

HSL color Cylindrical-coordinate representation of color #BAD6BB: hue angle of 122.14º 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 #BAD6BB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB186214187-
CMYK0.1300.130.16
HSL122.14º25.45%78.43%-
HSV(B)122.14º13.08%83.92%-
XYZ53.2762.1256.2-
YUV202.55119.22116.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=31.69%
G=36.46%
B=31.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141870.1300.130.16122.1425.4578.43
HexBAD6BBD0D107a194e
Octal272326273150152017231116
Binary101110101101011010111011110101101100001111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6BB; }

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

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

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

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

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

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

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

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