Html Css Color HEX #AB9BBF Biloba Flower

📋 copy color: '#AB9BBF'

red 171 ◦ green 155 ◦ blue 191

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

Shades of Biloba Flower #AB9BBF

Tints of Biloba Flower #AB9BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.98%

 BLUE value IS 191 (75% from 255) = 36.94%

R = 33.08%
G = 29.98%
B = 36.94%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB9BBF (or 0xAB9BBF) is known color: Biloba Flower. HEX triplet: AB, 9B and BF. RGB value is (171,155,191). Sum of RGB (Red+Green+Blue) = 171+155+191=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB9BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BBF is #546440. Grayscale: #A3A3A3. Windows color (decimal): -5530689 or 12557227. OLE color: 12557227.

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

Color convert

RGB 171 155 191 -
CMYK 0.10 0.19 0 0.25
HSL 266.67º 0.22% 0.68% -
HSV(B) 266.67º 0.19% 0.75% -
XYZ 37.92 35.86 54.21 -
YUV 163.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 171 155 191 0.10 0.19 0 0.25 266.67 0.22 0.68
Hex AB 9B BF A 13 0 19 10B 16 44
Octal 253 233 277 12 23 0 31 413 26 104
Binary 10101011 10011011 10111111 1010 10011 0 11001 100001011 10110 1000100

Color Harmonies of #AB9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BBF

Black with #AB9BBF

Text Example


Text Example

White with #AB9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BBF; }

 p { color: rgb(171,155,191); }

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

background-color css

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

 a { background-color: rgb(171,155,191); }

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

border-color css

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

 span { border-color: rgb(171,155,191); }

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