#9FAABE

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

Shades of Mischka #9FAABE

Tints of Mischka #9FAABE

Color information

#9FAABE (or 0x9FAABE) is unknown color: approx Mischka. HEX triplet: 9F, AA and BE. RGB value is (159,170,190). Sum of RGB (Red+Green+Blue) = 159+170+190=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAABE is #605541. Grayscale: #A8A8A8. Windows color (decimal): -6313282 or 12495519. OLE color: 12495519.

HSL color Cylindrical-coordinate representation of color #9FAABE: hue angle of 218.71º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FAABE is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159170190-
CMYK0.160.1100.25
HSL218.71º19.25%68.43%-
HSV(B)218.71º16.32%74.51%-
XYZ37.9739.8454.4-
YUV168.99139.86120.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.64%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=30.64%
G=32.76%
B=36.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591701900.160.1100.25218.7119.2568.43
Hex9FAABE10B019db1344
Octal237252276201303133323104
Binary10011111101010101011111010000101101100111011011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FAABE; }

 p { color: rgb(159,170,190); }

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

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

 a { background-color: rgb(159,170,190); }

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

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

 span { border-color: rgb(159,170,190); }

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