#AFB4BE

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

Shades of Mischka #AFB4BE

Tints of Mischka #AFB4BE

Color information

#AFB4BE (or 0xAFB4BE) is unknown color: approx Mischka. HEX triplet: AF, B4 and BE. RGB value is (175,180,190). Sum of RGB (Red+Green+Blue) = 175+180+190=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4BE is #504B41. Grayscale: #B3B3B3. Windows color (decimal): -5262146 or 12498095. OLE color: 12498095.

HSL color Cylindrical-coordinate representation of color #AFB4BE: hue angle of 220º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB4BE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175180190-
CMYK0.080.0500.25
HSL220º10.34%71.57%-
HSV(B)220º7.89%74.51%-
XYZ43.2945.4755.21-
YUV179.64133.84124.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=32.11%
G=33.03%
B=34.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751801900.080.0500.2522010.3471.57
HexAFB4BE85019dca48
Octal25726427610503133412110
Binary10101111101101001011111010001010110011101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4BE; }

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

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

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

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

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

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

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

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