Html Css Color HEX #AB9FBC Biloba Flower

📋 copy color: '#AB9FBC'

red 171 ◦ green 159 ◦ blue 188

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

Shades of Biloba Flower #AB9FBC

Tints of Biloba Flower #AB9FBC

RGB

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

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

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

R = 33.01%
G = 30.69%
B = 36.29%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB9FBC (or 0xAB9FBC) is known color: Biloba Flower. HEX triplet: AB, 9F and BC. RGB value is (171,159,188). Sum of RGB (Red+Green+Blue) = 171+159+188=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FBC is #546043. Grayscale: #A5A5A5. Windows color (decimal): -5529668 or 12361643. OLE color: 12361643.

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

Color convert

RGB 171 159 188 -
CMYK 0.09 0.15 0 0.26
HSL 264.83º 0.18% 0.68% -
HSV(B) 264.83º 0.15% 0.74% -
XYZ 38.27 37.09 52.72 -
YUV 165.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 171 159 188 0.09 0.15 0 0.26 264.83 0.18 0.68
Hex AB 9F BC 9 F 0 1A 109 12 44
Octal 253 237 274 11 17 0 32 411 22 104
Binary 10101011 10011111 10111100 1001 1111 0 11010 100001001 10010 1000100

Color Harmonies of #AB9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FBC

Black with #AB9FBC

Text Example


Text Example

White with #AB9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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