#AFB4BA

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

Shades of Mischka #AFB4BA

Tints of Mischka #AFB4BA

Color information

#AFB4BA (or 0xAFB4BA) is unknown color: approx Mischka. HEX triplet: AF, B4 and BA. RGB value is (175,180,186). Sum of RGB (Red+Green+Blue) = 175+180+186=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4BA is #504B45. Grayscale: #B3B3B3. Windows color (decimal): -5262150 or 12235951. OLE color: 12235951.

HSL color Cylindrical-coordinate representation of color #AFB4BA: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB4BA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175180186-
CMYK0.060.0300.27
HSL212.73º7.38%70.78%-
HSV(B)212.73º5.91%72.94%-
XYZ42.8645.352.94-
YUV179.19131.84125.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=32.35%
G=33.27%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751801860.060.0300.27212.737.3870.78
HexAFB4BA6301Bd5747
Octal257264272630333257107
Binary10101111101101001011101011011011011110101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4BA; }

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

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

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

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

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

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

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

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