#A8BAB5

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

Shades of Opal #A8BAB5

Tints of Opal #A8BAB5

Color information

#A8BAB5 (or 0xA8BAB5) is unknown color: approx Opal. HEX triplet: A8, BA and B5. RGB value is (168,186,181). Sum of RGB (Red+Green+Blue) = 168+186+181=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAB5 is #57454A. Grayscale: #B4B4B4. Windows color (decimal): -5719371 or 11909800. OLE color: 11909800.

HSL color Cylindrical-coordinate representation of color #A8BAB5: hue angle of 163.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BAB5 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB168186181-
CMYK0.1000.030.27
HSL163.33º11.54%69.41%-
HSV(B)163.33º9.68%72.94%-
XYZ42.0546.7850.53-
YUV180.05128.54119.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=31.40%
G=34.77%
B=33.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861810.1000.030.27163.3311.5469.41
HexA8BAB5A031Ba3c45
Octal25027226512033324314105
Binary1010100010111010101101011010011110111010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAB5; }

 p { color: rgb(168,186,181); }

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

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

 a { background-color: rgb(168,186,181); }

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

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

 span { border-color: rgb(168,186,181); }

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