Html Css Color HEX #AB9BC8 Biloba Flower

📋 copy color: '#AB9BC8'

red 171 ◦ green 155 ◦ blue 200

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

Shades of Biloba Flower #AB9BC8

Tints of Biloba Flower #AB9BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 32.51%
G = 29.47%
B = 38.02%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB9BC8 (or 0xAB9BC8) is known color: Biloba Flower. HEX triplet: AB, 9B and C8. RGB value is (171,155,200). Sum of RGB (Red+Green+Blue) = 171+155+200=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB9BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BC8 is #546437. Grayscale: #A4A4A4. Windows color (decimal): -5530680 or 13147051. OLE color: 13147051.

HSL color Cylindrical-coordinate representation of color #AB9BC8: hue angle of 261.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9BC8 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 155 200 -
CMYK 0.14 0.22 0 0.22
HSL 261.33º 0.29% 0.7% -
HSV(B) 261.33º 0.23% 0.78% -
XYZ 38.94 36.27 59.59 -
YUV 164.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 171 155 200 0.14 0.22 0 0.22 261.33 0.29 0.7
Hex AB 9B C8 E 16 0 16 105 1D 46
Octal 253 233 310 16 26 0 26 405 35 106
Binary 10101011 10011011 11001000 1110 10110 0 10110 100000101 11101 1000110

Color Harmonies of #AB9BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BC8

Black with #AB9BC8

Text Example


Text Example

White with #AB9BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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