#BAD9BB

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

Shades of Surf #BAD9BB

Tints of Surf #BAD9BB

Color information

#BAD9BB (or 0xBAD9BB) is unknown color: approx Surf. HEX triplet: BA, D9 and BB. RGB value is (186,217,187). Sum of RGB (Red+Green+Blue) = 186+217+187=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9BB is #452644. Grayscale: #CCCCCC. Windows color (decimal): -4531781 or 12310970. OLE color: 12310970.

HSL color Cylindrical-coordinate representation of color #BAD9BB: hue angle of 121.94º degrees, saturation: 0.29, 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 #BAD9BB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB186217187-
CMYK0.1400.140.15
HSL121.94º28.97%79.02%-
HSV(B)121.94º14.29%85.1%-
XYZ54.0363.6556.45-
YUV204.31118.23114.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=31.53%
G=36.78%
B=31.69%

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
Decimal1862171870.1400.140.15121.9428.9779.02
HexBAD9BBE0EF7a1d4f
Octal272331273160161717235117
Binary10111010110110011011101111100111011111111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9BB; }

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

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

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

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

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

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

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

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