#A3BDBB

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

Shades of Opal #A3BDBB

Tints of Opal #A3BDBB

Color information

#A3BDBB (or 0xA3BDBB) is unknown color: approx Opal. HEX triplet: A3, BD and BB. RGB value is (163,189,187). Sum of RGB (Red+Green+Blue) = 163+189+187=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDBB is #5C4244. Grayscale: #B4B4B4. Windows color (decimal): -6046277 or 12303779. OLE color: 12303779.

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

Color convert

RGB163189187-
CMYK0.1400.010.26
HSL175.38º16.46%69.02%-
HSV(B)175.38º13.76%74.12%-
XYZ42.2747.7754.01-
YUV181131.39115.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.24%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=30.24%
G=35.06%
B=34.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631891870.1400.010.26175.3816.4669.02
HexA3BDBBE011Aaf1045
Octal24327527316013225720105
Binary1010001110111101101110111110011101010101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDBB; }

 p { color: rgb(163,189,187); }

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

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

 a { background-color: rgb(163,189,187); }

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

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

 span { border-color: rgb(163,189,187); }

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