#A4BDBB

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

Shades of Opal #A4BDBB

Tints of Opal #A4BDBB

Color information

#A4BDBB (or 0xA4BDBB) is unknown color: approx Opal. HEX triplet: A4, BD and BB. RGB value is (164,189,187). Sum of RGB (Red+Green+Blue) = 164+189+187=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDBB is #5B4244. Grayscale: #B5B5B5. Windows color (decimal): -5980741 or 12303780. OLE color: 12303780.

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

Color convert

RGB164189187-
CMYK0.1300.010.26
HSL175.2º15.92%69.22%-
HSV(B)175.2º13.23%74.12%-
XYZ42.4847.8854.02-
YUV181.3131.22115.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=30.37%
G=35%
B=34.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891870.1300.010.26175.215.9269.22
HexA4BDBBD011Aaf1045
Octal24427527315013225720105
Binary1010010010111101101110111101011101010101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDBB; }

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

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

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

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

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

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

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

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