Html Css Color HEX #ABA2BE Biloba Flower

📋 copy color: '#ABA2BE'

red 171 ◦ green 162 ◦ blue 190

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

Shades of Biloba Flower #ABA2BE

Tints of Biloba Flower #ABA2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.98%

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

R = 32.7%
G = 30.98%
B = 36.33%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA2BE (or 0xABA2BE) is known color: Biloba Flower. HEX triplet: AB, A2 and BE. RGB value is (171,162,190). Sum of RGB (Red+Green+Blue) = 171+162+190=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2BE is #545D41. Grayscale: #A7A7A7. Windows color (decimal): -5528898 or 12493483. OLE color: 12493483.

HSL color Cylindrical-coordinate representation of color #ABA2BE: hue angle of 259.29º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABA2BE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 162 190 -
CMYK 0.10 0.15 0 0.25
HSL 259.29º 0.18% 0.69% -
HSV(B) 259.29º 0.15% 0.75% -
XYZ 39.01 38.22 54.04 -
YUV 167.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 171 162 190 0.10 0.15 0 0.25 259.29 0.18 0.69
Hex AB A2 BE A F 0 19 103 12 45
Octal 253 242 276 12 17 0 31 403 22 105
Binary 10101011 10100010 10111110 1010 1111 0 11001 100000011 10010 1000101

Color Harmonies of #ABA2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2BE

Black with #ABA2BE

Text Example


Text Example

White with #ABA2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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