#AFBDBA

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

Shades of Opal #AFBDBA

Tints of Opal #AFBDBA

Color information

#AFBDBA (or 0xAFBDBA) is unknown color: approx Opal. HEX triplet: AF, BD and BA. RGB value is (175,189,186). Sum of RGB (Red+Green+Blue) = 175+189+186=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBA is #504245. Grayscale: #B8B8B8. Windows color (decimal): -5259846 or 12238255. OLE color: 12238255.

HSL color Cylindrical-coordinate representation of color #AFBDBA: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDBA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB175189186-
CMYK0.0700.020.26
HSL167.14º9.59%71.37%-
HSV(B)167.14º7.41%74.12%-
XYZ44.7449.0553.56-
YUV184.47128.86121.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=31.82%
G=34.36%
B=33.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891860.0700.020.26167.149.5971.37
HexAFBDBA7021Aa7a47
Octal2572752727023224712107
Binary101011111011110110111010111010110101010011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDBA; }

 p { color: rgb(175,189,186); }

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

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

 a { background-color: rgb(175,189,186); }

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

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

 span { border-color: rgb(175,189,186); }

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