Html Css Color HEX #A9B0BE Mischka

📋 copy color: '#A9B0BE'

red 169 ◦ green 176 ◦ blue 190

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

Shades of Mischka #A9B0BE

Tints of Mischka #A9B0BE

RGB

 RED value IS 169 (66.41% from 255) = 31.59%

 GREEN value IS 176 (69.14% from 255) = 32.9%

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

R = 31.59%
G = 32.9%
B = 35.51%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A9B0BE (or 0xA9B0BE) is known color: Mischka. HEX triplet: A9, B0 and BE. RGB value is (169,176,190). Sum of RGB (Red+Green+Blue) = 169+176+190=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B0BE is #564F41. Grayscale: #AFAFAF. Windows color (decimal): -5656386 or 12497065. OLE color: 12497065.

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

Color convert

RGB 169 176 190 -
CMYK 0.11 0.07 0 0.25
HSL 220º 0.14% 0.7% -
HSV(B) 220º 0.11% 0.75% -
XYZ 41.18 43.2 54.88 -
YUV 175.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 169 176 190 0.11 0.07 0 0.25 220 0.14 0.7
Hex A9 B0 BE B 7 0 19 DC E 46
Octal 251 260 276 13 7 0 31 334 16 106
Binary 10101001 10110000 10111110 1011 111 0 11001 11011100 1110 1000110

Color Harmonies of #A9B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B0BE

Black with #A9B0BE

Text Example


Text Example

White with #A9B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B0BE; }

 p { color: rgb(169,176,190); }

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

background-color css

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

 a { background-color: rgb(169,176,190); }

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

border-color css

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

 span { border-color: rgb(169,176,190); }

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