#a99bec

Color #A99BEC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A99BEC

Tints of Biloba Flower #A99BEC

Color information

#A99BEC (or 0xA99BEC) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and EC. RGB value is (169,155,236). Sum of RGB (Red+Green+Blue) = 169+155+236=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #A99BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BEC is #566413. Grayscale: #A8A8A8. Windows color (decimal): -5661716 or 15506345. OLE color: 15506345.

HSL color Cylindrical-coordinate representation of color #A99BEC: hue angle of 250.37º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99BEC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169155236-
CMYK0.280.3400.07
HSL250.37º68.07%76.67%-
HSV(B)250.37º34.32%92.55%-
XYZ43.2237.9384.4-
YUV168.42166.14128.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=30.18%
G=27.68%
B=42.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691552360.280.3400.07250.3768.0776.67
HexA99BEC1C2207fa444d
Octal251233354344207372104115
Binary1010100110011011111011001110010001001111111101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a99bec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a99bec; }

 p { color: rgb(169,155,236); }

 H1.HeaderClassName
 {
   color: #a99bec;
 }
 .AnyTagClassName
 {
   color: #a99bec;
 }
</style>
background-color css

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

 a { background-color: rgb(169,155,236); }

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

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

 span { border-color: rgb(169,155,236); }

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