#BAD5BE

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

Shades of Surf #BAD5BE

Tints of Surf #BAD5BE

Color information

#BAD5BE (or 0xBAD5BE) is unknown color: approx Surf. HEX triplet: BA, D5 and BE. RGB value is (186,213,190). Sum of RGB (Red+Green+Blue) = 186+213+190=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5BE is #452A41. Grayscale: #CACACA. Windows color (decimal): -4532802 or 12506554. OLE color: 12506554.

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

Color convert

RGB186213190-
CMYK0.1300.110.16
HSL128.89º24.32%78.24%-
HSV(B)128.89º12.68%83.53%-
XYZ53.3461.7557.82-
YUV202.3121.05116.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=31.58%
G=36.16%
B=32.26%

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
Decimal1862131900.1300.110.16128.8924.3278.24
HexBAD5BED0B1081184e
Octal272325276150132020130116
Binary1011101011010101101111101101010111000010000001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5BE; }

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

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

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

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

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

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

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

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