Html Css Color HEX #AB9EBC Biloba Flower

📋 copy color: '#AB9EBC'

red 171 ◦ green 158 ◦ blue 188

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

Shades of Biloba Flower #AB9EBC

Tints of Biloba Flower #AB9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.56%

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 33.08%
G = 30.56%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB9EBC (or 0xAB9EBC) is known color: Biloba Flower. HEX triplet: AB, 9E and BC. RGB value is (171,158,188). Sum of RGB (Red+Green+Blue) = 171+158+188=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBC is #546143. Grayscale: #A5A5A5. Windows color (decimal): -5529924 or 12361387. OLE color: 12361387.

HSL color Cylindrical-coordinate representation of color #AB9EBC: hue angle of 266º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9EBC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 158 188 -
CMYK 0.09 0.16 0 0.26
HSL 266º 0.18% 0.68% -
HSV(B) 266º 0.16% 0.74% -
XYZ 38.1 36.74 52.66 -
YUV 165.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 171 158 188 0.09 0.16 0 0.26 266 0.18 0.68
Hex AB 9E BC 9 10 0 1A 10A 12 44
Octal 253 236 274 11 20 0 32 412 22 104
Binary 10101011 10011110 10111100 1001 10000 0 11010 100001010 10010 1000100

Color Harmonies of #AB9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EBC

Black with #AB9EBC

Text Example


Text Example

White with #AB9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EBC; }

 p { color: rgb(171,158,188); }

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

background-color css

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

 a { background-color: rgb(171,158,188); }

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

border-color css

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

 span { border-color: rgb(171,158,188); }

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