Html Css Color HEX #AB9DBF Biloba Flower

📋 copy color: '#AB9DBF'

red 171 ◦ green 157 ◦ blue 191

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

Shades of Biloba Flower #AB9DBF

Tints of Biloba Flower #AB9DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.25%

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

R = 32.95%
G = 30.25%
B = 36.8%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB9DBF (or 0xAB9DBF) is known color: Biloba Flower. HEX triplet: AB, 9D and BF. RGB value is (171,157,191). Sum of RGB (Red+Green+Blue) = 171+157+191=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DBF is #546240. Grayscale: #A4A4A4. Windows color (decimal): -5530177 or 12557739. OLE color: 12557739.

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

Color convert

RGB 171 157 191 -
CMYK 0.10 0.18 0 0.25
HSL 264.71º 0.21% 0.68% -
HSV(B) 264.71º 0.18% 0.75% -
XYZ 38.26 36.53 54.33 -
YUV 165.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 171 157 191 0.10 0.18 0 0.25 264.71 0.21 0.68
Hex AB 9D BF A 12 0 19 109 15 44
Octal 253 235 277 12 22 0 31 411 25 104
Binary 10101011 10011101 10111111 1010 10010 0 11001 100001001 10101 1000100

Color Harmonies of #AB9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DBF

Black with #AB9DBF

Text Example


Text Example

White with #AB9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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