#BADAB6

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

Shades of Surf Crest #BADAB6

Tints of Surf Crest #BADAB6

Color information

#BADAB6 (or 0xBADAB6) is unknown color: approx Surf Crest. HEX triplet: BA, DA and B6. RGB value is (186,218,182). Sum of RGB (Red+Green+Blue) = 186+218+182=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAB6 is #452549. Grayscale: #CCCCCC. Windows color (decimal): -4531530 or 11983546. OLE color: 11983546.

HSL color Cylindrical-coordinate representation of color #BADAB6: hue angle of 113.33º 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 #BADAB6 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB186218182-
CMYK0.1500.170.15
HSL113.33º32.73%78.43%-
HSV(B)113.33º16.51%85.49%-
XYZ53.7663.9653.77-
YUV204.33115.4114.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=31.74%
G=37.20%
B=31.06%

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
Decimal1862181820.1500.170.15113.3332.7378.43
HexBADAB6F011F71214e
Octal272332266170211716141116
Binary1011101011011010101101101111010001111111100011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAB6; }

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

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

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

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

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

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

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

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