Html Css Color HEX #AB9BC5 Biloba Flower

📋 copy color: '#AB9BC5'

red 171 ◦ green 155 ◦ blue 197

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

Shades of Biloba Flower #AB9BC5

Tints of Biloba Flower #AB9BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 32.7%
G = 29.64%
B = 37.67%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB9BC5 (or 0xAB9BC5) is known color: Biloba Flower. HEX triplet: AB, 9B and C5. RGB value is (171,155,197). Sum of RGB (Red+Green+Blue) = 171+155+197=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB9BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BC5 is #54643A. Grayscale: #A4A4A4. Windows color (decimal): -5530683 or 12950443. OLE color: 12950443.

HSL color Cylindrical-coordinate representation of color #AB9BC5: hue angle of 262.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB9BC5 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 155 197 -
CMYK 0.13 0.21 0 0.23
HSL 262.86º 0.27% 0.69% -
HSV(B) 262.86º 0.21% 0.77% -
XYZ 38.59 36.13 57.76 -
YUV 164.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 171 155 197 0.13 0.21 0 0.23 262.86 0.27 0.69
Hex AB 9B C5 D 15 0 17 107 1B 45
Octal 253 233 305 15 25 0 27 407 33 105
Binary 10101011 10011011 11000101 1101 10101 0 10111 100000111 11011 1000101

Color Harmonies of #AB9BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BC5

Black with #AB9BC5

Text Example


Text Example

White with #AB9BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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