#A3BEBC

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

Shades of Opal #A3BEBC

Tints of Opal #A3BEBC

Color information

#A3BEBC (or 0xA3BEBC) is unknown color: approx Opal. HEX triplet: A3, BE and BC. RGB value is (163,190,188). Sum of RGB (Red+Green+Blue) = 163+190+188=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEBC is #5C4143. Grayscale: #B5B5B5. Windows color (decimal): -6046020 or 12369571. OLE color: 12369571.

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

Color convert

RGB163190188-
CMYK0.1400.010.25
HSL175.56º17.2%69.22%-
HSV(B)175.56º14.21%74.51%-
XYZ42.5948.2454.64-
YUV181.7131.55114.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.13%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=30.13%
G=35.12%
B=34.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901880.1400.010.25175.5617.269.22
HexA3BEBCE0119b01145
Octal24327627416013126021105
Binary1010001110111110101111001110011100110110000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEBC; }

 p { color: rgb(163,190,188); }

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

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

 a { background-color: rgb(163,190,188); }

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

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

 span { border-color: rgb(163,190,188); }

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