#A7BDBB

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

Shades of Opal #A7BDBB

Tints of Opal #A7BDBB

Color information

#A7BDBB (or 0xA7BDBB) is unknown color: approx Opal. HEX triplet: A7, BD and BB. RGB value is (167,189,187). Sum of RGB (Red+Green+Blue) = 167+189+187=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDBB is #584244. Grayscale: #B6B6B6. Windows color (decimal): -5784133 or 12303783. OLE color: 12303783.

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

Color convert

RGB167189187-
CMYK0.1200.010.26
HSL174.55º14.29%69.8%-
HSV(B)174.55º11.64%74.12%-
XYZ43.148.254.05-
YUV182.19130.71117.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.76%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=30.76%
G=34.81%
B=34.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891870.1200.010.26174.5514.2969.8
HexA7BDBBC011Aafe46
Octal24727527314013225716106
Binary101001111011110110111011110001110101010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDBB; }

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

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

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

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

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

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

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

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