Html Css Color HEX #AB9BC3 Biloba Flower

📋 copy color: '#AB9BC3'

red 171 ◦ green 155 ◦ blue 195

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

Shades of Biloba Flower #AB9BC3

Tints of Biloba Flower #AB9BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.43%

R = 32.82%
G = 29.75%
B = 37.43%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB9BC3 (or 0xAB9BC3) is known color: Biloba Flower. HEX triplet: AB, 9B and C3. RGB value is (171,155,195). Sum of RGB (Red+Green+Blue) = 171+155+195=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB9BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BC3 is #54643C. Grayscale: #A4A4A4. Windows color (decimal): -5530685 or 12819371. OLE color: 12819371.

HSL color Cylindrical-coordinate representation of color #AB9BC3: hue angle of 264º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB9BC3 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 155 195 -
CMYK 0.12 0.21 0 0.24
HSL 264º 0.25% 0.69% -
HSV(B) 264º 0.21% 0.76% -
XYZ 38.37 36.04 56.56 -
YUV 164.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 171 155 195 0.12 0.21 0 0.24 264 0.25 0.69
Hex AB 9B C3 C 15 0 18 108 19 45
Octal 253 233 303 14 25 0 30 410 31 105
Binary 10101011 10011011 11000011 1100 10101 0 11000 100001000 11001 1000101

Color Harmonies of #AB9BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BC3

Black with #AB9BC3

Text Example


Text Example

White with #AB9BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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