#BADAB7

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

Shades of Surf Crest #BADAB7

Tints of Surf Crest #BADAB7

Color information

#BADAB7 (or 0xBADAB7) is unknown color: approx Surf Crest. HEX triplet: BA, DA and B7. RGB value is (186,218,183). Sum of RGB (Red+Green+Blue) = 186+218+183=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAB7 is #452548. Grayscale: #CCCCCC. Windows color (decimal): -4531529 or 12049082. OLE color: 12049082.

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

Color convert

RGB186218183-
CMYK0.1500.160.15
HSL114.86º32.11%78.63%-
HSV(B)114.86º16.06%85.49%-
XYZ53.876454.31-
YUV204.44115.9114.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 183 (71.88% from 255) = 31.18%
R=31.69%
G=37.14%
B=31.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181830.1500.160.15114.8632.1178.63
HexBADAB7F010F73204f
Octal272332267170201716340117
Binary1011101011011010101101111111010000111111100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAB7; }

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

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

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

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

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

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

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

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