Html Css Color HEX #AB9CBF Biloba Flower

📋 copy color: '#AB9CBF'

red 171 ◦ green 156 ◦ blue 191

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

Shades of Biloba Flower #AB9CBF

Tints of Biloba Flower #AB9CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.12%

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

R = 33.01%
G = 30.12%
B = 36.87%

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

#AB9CBF (or 0xAB9CBF) is known color: Biloba Flower. HEX triplet: AB, 9C and BF. RGB value is (171,156,191). Sum of RGB (Red+Green+Blue) = 171+156+191=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB9CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CBF is #546340. Grayscale: #A4A4A4. Windows color (decimal): -5530433 or 12557483. OLE color: 12557483.

HSL color Cylindrical-coordinate representation of color #AB9CBF: hue angle of 265.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 #AB9CBF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 156 191 -
CMYK 0.10 0.18 0 0.25
HSL 265.71º 0.21% 0.68% -
HSV(B) 265.71º 0.18% 0.75% -
XYZ 38.09 36.2 54.27 -
YUV 164.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 171 156 191 0.10 0.18 0 0.25 265.71 0.21 0.68
Hex AB 9C BF A 12 0 19 10A 15 44
Octal 253 234 277 12 22 0 31 412 25 104
Binary 10101011 10011100 10111111 1010 10010 0 11001 100001010 10101 1000100

Color Harmonies of #AB9CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CBF

Black with #AB9CBF

Text Example


Text Example

White with #AB9CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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