#ADBFBA

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

Shades of Opal #ADBFBA

Tints of Opal #ADBFBA

Color information

#ADBFBA (or 0xADBFBA) is unknown color: approx Opal. HEX triplet: AD, BF and BA. RGB value is (173,191,186). Sum of RGB (Red+Green+Blue) = 173+191+186=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFBA is #524045. Grayscale: #B9B9B9. Windows color (decimal): -5390406 or 12238765. OLE color: 12238765.

HSL color Cylindrical-coordinate representation of color #ADBFBA: hue angle of 163.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBFBA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB173191186-
CMYK0.0900.030.25
HSL163.33º12.33%71.37%-
HSV(B)163.33º9.42%74.9%-
XYZ44.7349.6953.69-
YUV185.05128.54119.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=31.45%
G=34.73%
B=33.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911860.0900.030.25163.3312.3371.37
HexADBFBA90319a3c47
Octal25527727211033124314107
Binary1010110110111111101110101001011110011010001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFBA; }

 p { color: rgb(173,191,186); }

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

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

 a { background-color: rgb(173,191,186); }

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

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

 span { border-color: rgb(173,191,186); }

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