Html Css Color HEX #AB9FBE Biloba Flower

📋 copy color: '#AB9FBE'

red 171 ◦ green 159 ◦ blue 190

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

Shades of Biloba Flower #AB9FBE

Tints of Biloba Flower #AB9FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.58%

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

R = 32.88%
G = 30.58%
B = 36.54%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB9FBE (or 0xAB9FBE) is known color: Biloba Flower. HEX triplet: AB, 9F and BE. RGB value is (171,159,190). Sum of RGB (Red+Green+Blue) = 171+159+190=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FBE is #546041. Grayscale: #A6A6A6. Windows color (decimal): -5529666 or 12492715. OLE color: 12492715.

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

Color convert

RGB 171 159 190 -
CMYK 0.10 0.16 0 0.25
HSL 263.23º 0.19% 0.68% -
HSV(B) 263.23º 0.16% 0.75% -
XYZ 38.49 37.17 53.86 -
YUV 166.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 171 159 190 0.10 0.16 0 0.25 263.23 0.19 0.68
Hex AB 9F BE A 10 0 19 107 13 44
Octal 253 237 276 12 20 0 31 407 23 104
Binary 10101011 10011111 10111110 1010 10000 0 11001 100000111 10011 1000100

Color Harmonies of #AB9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FBE

Black with #AB9FBE

Text Example


Text Example

White with #AB9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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