#A899CB

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

Shades of Biloba Flower #A899CB

Tints of Biloba Flower #A899CB

Color information

#A899CB (or 0xA899CB) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and CB. RGB value is (168,153,203). Sum of RGB (Red+Green+Blue) = 168+153+203=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A899CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899CB is #576634. Grayscale: #A3A3A3. Windows color (decimal): -5727797 or 13343144. OLE color: 13343144.

HSL color Cylindrical-coordinate representation of color #A899CB: hue angle of 258º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A899CB is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168153203-
CMYK0.170.2500.20
HSL258º32.47%69.8%-
HSV(B)258º24.63%79.61%-
XYZ38.3235.4261.32-
YUV163.18150.47131.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=32.06%
G=29.20%
B=38.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681532030.170.2500.2025832.4769.8
HexA899CB11190141022046
Octal250231313213102440240106
Binary10101000100110011100101110001110010101001000000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899CB; }

 p { color: rgb(168,153,203); }

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

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

 a { background-color: rgb(168,153,203); }

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

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

 span { border-color: rgb(168,153,203); }

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