Html Css Color HEX #ABAFBE Mischka

📋 copy color: '#ABAFBE'

red 171 ◦ green 175 ◦ blue 190

#ABAFBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mischka #ABAFBE

Tints of Mischka #ABAFBE

RGB

 RED value IS 171 (67.19% from 255) = 31.9%

 GREEN value IS 175 (68.75% from 255) = 32.65%

 BLUE value IS 190 (74.61% from 255) = 35.45%

R = 31.9%
G = 32.65%
B = 35.45%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABAFBE (or 0xABAFBE) is known color: Mischka. HEX triplet: AB, AF and BE. RGB value is (171,175,190). Sum of RGB (Red+Green+Blue) = 171+175+190=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFBE is #545041. Grayscale: #AFAFAF. Windows color (decimal): -5525570 or 12496811. OLE color: 12496811.

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

Color convert

RGB 171 175 190 -
CMYK 0.10 0.08 0 0.25
HSL 227.37º 0.13% 0.71% -
HSV(B) 227.37º 0.1% 0.75% -
XYZ 41.42 43.04 54.84 -
YUV 175.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 171 175 190 0.10 0.08 0 0.25 227.37 0.13 0.71
Hex AB AF BE A 8 0 19 E3 D 47
Octal 253 257 276 12 10 0 31 343 15 107
Binary 10101011 10101111 10111110 1010 1000 0 11001 11100011 1101 1000111

Color Harmonies of #ABAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFBE

Black with #ABAFBE

Text Example


Text Example

White with #ABAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFBE; }

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

 H1.HeaderClassName
 {
   color: #ABAFBE;
 }
 .AnyTagClassName
 {
   color: #ABAFBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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