#ADBFB9

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

Shades of Opal #ADBFB9

Tints of Opal #ADBFB9

Color information

#ADBFB9 (or 0xADBFB9) is unknown color: approx Opal. HEX triplet: AD, BF and B9. RGB value is (173,191,185). Sum of RGB (Red+Green+Blue) = 173+191+185=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFB9 is #524046. Grayscale: #B8B8B8. Windows color (decimal): -5390407 or 12173229. OLE color: 12173229.

HSL color Cylindrical-coordinate representation of color #ADBFB9: hue angle of 160º 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 #ADBFB9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB173191185-
CMYK0.0900.030.25
HSL160º12.33%71.37%-
HSV(B)160º9.42%74.9%-
XYZ44.6249.6553.13-
YUV184.93128.04119.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=31.51%
G=34.79%
B=33.70%

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
Decimal1731911850.0900.030.2516012.3371.37
HexADBFB990319a0c47
Octal25527727111033124014107
Binary1010110110111111101110011001011110011010000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFB9; }

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

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

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

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

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

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

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

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