Html Css Color HEX #AB9CBE Biloba Flower

📋 copy color: '#AB9CBE'

red 171 ◦ green 156 ◦ blue 190

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

Shades of Biloba Flower #AB9CBE

Tints of Biloba Flower #AB9CBE

RGB

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

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

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

R = 33.08%
G = 30.17%
B = 36.75%

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

#AB9CBE (or 0xAB9CBE) is known color: Biloba Flower. HEX triplet: AB, 9C and BE. RGB value is (171,156,190). Sum of RGB (Red+Green+Blue) = 171+156+190=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CBE is #546341. Grayscale: #A4A4A4. Windows color (decimal): -5530434 or 12491947. OLE color: 12491947.

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

Color convert

RGB 171 156 190 -
CMYK 0.10 0.18 0 0.25
HSL 266.47º 0.21% 0.68% -
HSV(B) 266.47º 0.18% 0.75% -
XYZ 37.98 36.15 53.69 -
YUV 164.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 171 156 190 0.10 0.18 0 0.25 266.47 0.21 0.68
Hex AB 9C BE A 12 0 19 10A 15 44
Octal 253 234 276 12 22 0 31 412 25 104
Binary 10101011 10011100 10111110 1010 10010 0 11001 100001010 10101 1000100

Color Harmonies of #AB9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CBE

Black with #AB9CBE

Text Example


Text Example

White with #AB9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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