#A5BCBA

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

Shades of Opal #A5BCBA

Tints of Opal #A5BCBA

Color information

#A5BCBA (or 0xA5BCBA) is unknown color: approx Opal. HEX triplet: A5, BC and BA. RGB value is (165,188,186). Sum of RGB (Red+Green+Blue) = 165+188+186=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBA is #5A4345. Grayscale: #B4B4B4. Windows color (decimal): -5915462 or 12237989. OLE color: 12237989.

HSL color Cylindrical-coordinate representation of color #A5BCBA: hue angle of 174.78º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BCBA is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB165188186-
CMYK0.1200.010.26
HSL174.78º14.65%69.22%-
HSV(B)174.78º12.23%73.73%-
XYZ42.3647.5153.39-
YUV180.9130.88116.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=30.61%
G=34.88%
B=34.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881860.1200.010.26174.7814.6569.22
HexA5BCBAC011Aaff45
Octal24527427214013225717105
Binary101001011011110010111010110001110101010111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCBA; }

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

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

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

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

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

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

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

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