#A5BFBA

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

Shades of Opal #A5BFBA

Tints of Opal #A5BFBA

Color information

#A5BFBA (or 0xA5BFBA) is unknown color: approx Opal. HEX triplet: A5, BF and BA. RGB value is (165,191,186). Sum of RGB (Red+Green+Blue) = 165+191+186=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFBA is #5A4045. Grayscale: #B6B6B6. Windows color (decimal): -5914694 or 12238757. OLE color: 12238757.

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

Color convert

RGB165191186-
CMYK0.1400.030.25
HSL168.46º16.88%69.8%-
HSV(B)168.46º13.61%74.9%-
XYZ43.0148.8153.61-
YUV182.66129.89115.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=30.44%
G=35.24%
B=34.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651911860.1400.030.25168.4616.8869.8
HexA5BFBAE0319a81146
Octal24527727216033125021106
Binary10100101101111111011101011100111100110101000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFBA; }

 p { color: rgb(165,191,186); }

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

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

 a { background-color: rgb(165,191,186); }

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

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

 span { border-color: rgb(165,191,186); }

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