#A5BFB7

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

Shades of Opal #A5BFB7

Tints of Opal #A5BFB7

Color information

#A5BFB7 (or 0xA5BFB7) is unknown color: approx Opal. HEX triplet: A5, BF and B7. RGB value is (165,191,183). Sum of RGB (Red+Green+Blue) = 165+191+183=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFB7 is #5A4048. Grayscale: #B6B6B6. Windows color (decimal): -5914697 or 12042149. OLE color: 12042149.

HSL color Cylindrical-coordinate representation of color #A5BFB7: hue angle of 161.54º 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 #A5BFB7 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB165191183-
CMYK0.1400.040.25
HSL161.54º16.88%69.8%-
HSV(B)161.54º13.61%74.9%-
XYZ42.748.6851.95-
YUV182.31128.39115.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=30.61%
G=35.44%
B=33.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651911830.1400.040.25161.5416.8869.8
HexA5BFB7E0419a21146
Octal24527726716043124221106
Binary101001011011111110110111111001001100110100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFB7; }

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

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

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

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

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

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

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

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