Html Css Color HEX #A5AEBC Mischka

📋 copy color: '#A5AEBC'

red 165 ◦ green 174 ◦ blue 188

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

Shades of Mischka #A5AEBC

Tints of Mischka #A5AEBC

RGB

 RED value IS 165 (64.84% from 255) = 31.31%

 GREEN value IS 174 (68.36% from 255) = 33.02%

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 31.31%
G = 33.02%
B = 35.67%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5AEBC (or 0xA5AEBC) is known color: Mischka. HEX triplet: A5, AE and BC. RGB value is (165,174,188). Sum of RGB (Red+Green+Blue) = 165+174+188=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEBC is #5A5143. Grayscale: #ACACAC. Windows color (decimal): -5919044 or 12365477. OLE color: 12365477.

HSL color Cylindrical-coordinate representation of color #A5AEBC: hue angle of 216.52º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5AEBC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 174 188 -
CMYK 0.12 0.07 0 0.26
HSL 216.52º 0.15% 0.69% -
HSV(B) 216.52º 0.12% 0.74% -
XYZ 39.73 41.9 53.57 -
YUV 172.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 165 174 188 0.12 0.07 0 0.26 216.52 0.15 0.69
Hex A5 AE BC C 7 0 1A D9 F 45
Octal 245 256 274 14 7 0 32 331 17 105
Binary 10100101 10101110 10111100 1100 111 0 11010 11011001 1111 1000101

Color Harmonies of #A5AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AEBC

Black with #A5AEBC

Text Example


Text Example

White with #A5AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AEBC; }

 p { color: rgb(165,174,188); }

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

background-color css

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

 a { background-color: rgb(165,174,188); }

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

border-color css

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

 span { border-color: rgb(165,174,188); }

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