#A4BBB6

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

Shades of Opal #A4BBB6

Tints of Opal #A4BBB6

Color information

#A4BBB6 (or 0xA4BBB6) is unknown color: approx Opal. HEX triplet: A4, BB and B6. RGB value is (164,187,182). Sum of RGB (Red+Green+Blue) = 164+187+182=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBB6 is #5B4449. Grayscale: #B3B3B3. Windows color (decimal): -5981258 or 11975588. OLE color: 11975588.

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

Color convert

RGB164187182-
CMYK0.1200.030.27
HSL166.96º14.47%68.82%-
HSV(B)166.96º12.3%73.33%-
XYZ41.5246.8151.1-
YUV179.55129.38116.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=30.77%
G=35.08%
B=34.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871820.1200.030.27166.9614.4768.82
HexA4BBB6C031Ba7e45
Octal24427326614033324716105
Binary1010010010111011101101101100011110111010011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBB6; }

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

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

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

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

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

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

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

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