#A0BFBC

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

Shades of Opal #A0BFBC

Tints of Opal #A0BFBC

Color information

#A0BFBC (or 0xA0BFBC) is unknown color: approx Opal. HEX triplet: A0, BF and BC. RGB value is (160,191,188). Sum of RGB (Red+Green+Blue) = 160+191+188=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFBC is #5F4043. Grayscale: #B5B5B5. Windows color (decimal): -6242372 or 12369824. OLE color: 12369824.

HSL color Cylindrical-coordinate representation of color #A0BFBC: hue angle of 174.19º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFBC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB160191188-
CMYK0.1600.020.25
HSL174.19º19.5%68.82%-
HSV(B)174.19º16.23%74.9%-
XYZ42.2148.3754.69-
YUV181.39131.73112.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=29.68%
G=35.44%
B=34.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911880.1600.020.25174.1919.568.82
HexA0BFBC100219ae1345
Octal24027727420023125623105
Binary101000001011111110111100100000101100110101110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFBC; }

 p { color: rgb(160,191,188); }

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

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

 a { background-color: rgb(160,191,188); }

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

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

 span { border-color: rgb(160,191,188); }

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