#AFB5BE

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

Shades of Mischka #AFB5BE

Tints of Mischka #AFB5BE

Color information

#AFB5BE (or 0xAFB5BE) is unknown color: approx Mischka. HEX triplet: AF, B5 and BE. RGB value is (175,181,190). Sum of RGB (Red+Green+Blue) = 175+181+190=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5BE is #504A41. Grayscale: #B4B4B4. Windows color (decimal): -5261890 or 12498351. OLE color: 12498351.

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

Color convert

RGB175181190-
CMYK0.080.0500.25
HSL216º10.34%71.57%-
HSV(B)216º7.89%74.51%-
XYZ43.545.8855.28-
YUV180.23133.51124.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=32.05%
G=33.15%
B=34.80%

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
Decimal1751811900.080.0500.2521610.3471.57
HexAFB5BE85019d8a48
Octal25726527610503133012110
Binary10101111101101011011111010001010110011101100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5BE; }

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

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

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

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

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

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

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

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