#A9BEBA

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

Shades of Opal #A9BEBA

Tints of Opal #A9BEBA

Color information

#A9BEBA (or 0xA9BEBA) is unknown color: approx Opal. HEX triplet: A9, BE and BA. RGB value is (169,190,186). Sum of RGB (Red+Green+Blue) = 169+190+186=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEBA is #564145. Grayscale: #B7B7B7. Windows color (decimal): -5652806 or 12238505. OLE color: 12238505.

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

Color convert

RGB169190186-
CMYK0.1100.020.25
HSL168.57º13.91%70.39%-
HSV(B)168.57º11.05%74.51%-
XYZ43.6448.8153.58-
YUV183.26129.54117.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=31.01%
G=34.86%
B=34.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901860.1100.020.25168.5713.9170.39
HexA9BEBAB0219a9e46
Octal25127627213023125116106
Binary1010100110111110101110101011010110011010100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEBA; }

 p { color: rgb(169,190,186); }

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

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

 a { background-color: rgb(169,190,186); }

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

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

 span { border-color: rgb(169,190,186); }

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