#A3BEBB

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

Shades of Opal #A3BEBB

Tints of Opal #A3BEBB

Color information

#A3BEBB (or 0xA3BEBB) is unknown color: approx Opal. HEX triplet: A3, BE and BB. RGB value is (163,190,187). Sum of RGB (Red+Green+Blue) = 163+190+187=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEBB is #5C4144. Grayscale: #B5B5B5. Windows color (decimal): -6046021 or 12304035. OLE color: 12304035.

HSL color Cylindrical-coordinate representation of color #A3BEBB: hue angle of 173.33º 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 #A3BEBB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB163190187-
CMYK0.1400.020.25
HSL173.33º17.2%69.22%-
HSV(B)173.33º14.21%74.51%-
XYZ42.4948.254.08-
YUV181.58131.05114.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=30.19%
G=35.19%
B=34.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901870.1400.020.25173.3317.269.22
HexA3BEBBE0219ad1145
Octal24327627316023125521105
Binary10100011101111101011101111100101100110101101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEBB; }

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

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

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

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

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

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

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

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