#9FABBE

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

Shades of Mischka #9FABBE

Tints of Mischka #9FABBE

Color information

#9FABBE (or 0x9FABBE) is unknown color: approx Mischka. HEX triplet: 9F, AB and BE. RGB value is (159,171,190). Sum of RGB (Red+Green+Blue) = 159+171+190=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABBE is #605441. Grayscale: #A9A9A9. Windows color (decimal): -6313026 or 12495775. OLE color: 12495775.

HSL color Cylindrical-coordinate representation of color #9FABBE: hue angle of 216.77º 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 #9FABBE is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159171190-
CMYK0.160.1000.25
HSL216.77º19.25%68.43%-
HSV(B)216.77º16.32%74.51%-
XYZ38.1640.2154.47-
YUV169.58139.52120.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=30.58%
G=32.88%
B=36.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591711900.160.1000.25216.7719.2568.43
Hex9FABBE10A019d91344
Octal237253276201203133123104
Binary10011111101010111011111010000101001100111011001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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