#BAD8B3

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

Shades of Surf Crest #BAD8B3

Tints of Surf Crest #BAD8B3

Color information

#BAD8B3 (or 0xBAD8B3) is unknown color: approx Surf Crest. HEX triplet: BA, D8 and B3. RGB value is (186,216,179). Sum of RGB (Red+Green+Blue) = 186+216+179=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8B3 is #45274C. Grayscale: #CACACA. Windows color (decimal): -4532045 or 11786426. OLE color: 11786426.

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

Color convert

RGB186216179-
CMYK0.1400.170.15
HSL108.65º32.17%77.45%-
HSV(B)108.65º17.13%84.71%-
XYZ52.9462.8151.98-
YUV202.81114.56116.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=32.01%
G=37.18%
B=30.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161790.1400.170.15108.6532.1777.45
HexBAD8B3E011F6d204d
Octal272330263160211715540115
Binary1011101011011000101100111110010001111111011011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8B3; }

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

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

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

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

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

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

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

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