#BAD4B7

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

Shades of Surf Crest #BAD4B7

Tints of Surf Crest #BAD4B7

Color information

#BAD4B7 (or 0xBAD4B7) is unknown color: approx Surf Crest. HEX triplet: BA, D4 and B7. RGB value is (186,212,183). Sum of RGB (Red+Green+Blue) = 186+212+183=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4B7 is #452B48. Grayscale: #C9C9C9. Windows color (decimal): -4533065 or 12047546. OLE color: 12047546.

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

Color convert

RGB186212183-
CMYK0.1200.140.17
HSL113.79º25.22%77.45%-
HSV(B)113.79º13.68%83.14%-
XYZ52.3460.9453.8-
YUV200.92117.89117.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=32.01%
G=36.49%
B=31.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121830.1200.140.17113.7925.2277.45
HexBAD4B7C0E1172194d
Octal272324267140162116231115
Binary101110101101010010110111110001110100011110010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4B7; }

 p { color: rgb(186,212,183); }

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

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

 a { background-color: rgb(186,212,183); }

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

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

 span { border-color: rgb(186,212,183); }

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