#AFBCB9

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

Shades of Opal #AFBCB9

Tints of Opal #AFBCB9

Color information

#AFBCB9 (or 0xAFBCB9) is unknown color: approx Opal. HEX triplet: AF, BC and B9. RGB value is (175,188,185). Sum of RGB (Red+Green+Blue) = 175+188+185=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCB9 is #504346. Grayscale: #B7B7B7. Windows color (decimal): -5260103 or 12172463. OLE color: 12172463.

HSL color Cylindrical-coordinate representation of color #AFBCB9: hue angle of 166.15º degrees, saturation: 0.09, 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 #AFBCB9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB175188185-
CMYK0.0700.020.26
HSL166.15º8.84%71.18%-
HSV(B)166.15º6.91%73.73%-
XYZ44.4248.5852.94-
YUV183.77128.69121.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=31.93%
G=34.31%
B=33.76%

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
Decimal1751881850.0700.020.26166.158.8471.18
HexAFBCB97021Aa6947
Octal2572742717023224611107
Binary101011111011110010111001111010110101010011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCB9; }

 p { color: rgb(175,188,185); }

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

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

 a { background-color: rgb(175,188,185); }

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

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

 span { border-color: rgb(175,188,185); }

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