#BADAB5

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

Shades of Surf Crest #BADAB5

Tints of Surf Crest #BADAB5

Color information

#BADAB5 (or 0xBADAB5) is unknown color: approx Surf Crest. HEX triplet: BA, DA and B5. RGB value is (186,218,181). Sum of RGB (Red+Green+Blue) = 186+218+181=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAB5 is #45254A. Grayscale: #CCCCCC. Windows color (decimal): -4531531 or 11918010. OLE color: 11918010.

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

Color convert

RGB186218181-
CMYK0.1500.170.15
HSL111.89º33.33%78.24%-
HSV(B)111.89º16.97%85.49%-
XYZ53.6663.9253.23-
YUV204.21114.9115.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 181 (71.09% from 255) = 30.94%
R=31.79%
G=37.26%
B=30.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181810.1500.170.15111.8933.3378.24
HexBADAB5F011F70214e
Octal272332265170211716041116
Binary1011101011011010101101011111010001111111100001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAB5; }

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

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

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

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

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

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

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

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