#A7BCB7

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

Shades of Opal #A7BCB7

Tints of Opal #A7BCB7

Color information

#A7BCB7 (or 0xA7BCB7) is unknown color: approx Opal. HEX triplet: A7, BC and B7. RGB value is (167,188,183). Sum of RGB (Red+Green+Blue) = 167+188+183=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCB7 is #584348. Grayscale: #B5B5B5. Windows color (decimal): -5784393 or 12041383. OLE color: 12041383.

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

Color convert

RGB167188183-
CMYK0.1100.030.26
HSL165.71º13.55%69.61%-
HSV(B)165.71º11.17%73.73%-
XYZ42.4747.651.75-
YUV181.15129.04117.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.04%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=31.04%
G=34.94%
B=34.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881830.1100.030.26165.7113.5569.61
HexA7BCB7B031Aa6e46
Octal24727426713033224616106
Binary1010011110111100101101111011011110101010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCB7; }

 p { color: rgb(167,188,183); }

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

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

 a { background-color: rgb(167,188,183); }

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

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

 span { border-color: rgb(167,188,183); }

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