Html Css Color HEX #ABA3BE Biloba Flower

📋 copy color: '#ABA3BE'

red 171 ◦ green 163 ◦ blue 190

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

Shades of Biloba Flower #ABA3BE

Tints of Biloba Flower #ABA3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.11%

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

R = 32.63%
G = 31.11%
B = 36.26%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA3BE (or 0xABA3BE) is known color: Biloba Flower. HEX triplet: AB, A3 and BE. RGB value is (171,163,190). Sum of RGB (Red+Green+Blue) = 171+163+190=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BE is #545C41. Grayscale: #A8A8A8. Windows color (decimal): -5528642 or 12493739. OLE color: 12493739.

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

Color convert

RGB 171 163 190 -
CMYK 0.10 0.14 0 0.25
HSL 257.78º 0.17% 0.69% -
HSV(B) 257.78º 0.14% 0.75% -
XYZ 39.19 38.57 54.09 -
YUV 168.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 171 163 190 0.10 0.14 0 0.25 257.78 0.17 0.69
Hex AB A3 BE A E 0 19 102 11 45
Octal 253 243 276 12 16 0 31 402 21 105
Binary 10101011 10100011 10111110 1010 1110 0 11001 100000010 10001 1000101

Color Harmonies of #ABA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3BE

Black with #ABA3BE

Text Example


Text Example

White with #ABA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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