#B99AD6

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

Shades of Biloba Flower #B99AD6

Tints of Biloba Flower #B99AD6

Color information

#B99AD6 (or 0xB99AD6) is unknown color: approx Biloba Flower. HEX triplet: B9, 9A and D6. RGB value is (185,154,214). Sum of RGB (Red+Green+Blue) = 185+154+214=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #B99AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99AD6 is #466529. Grayscale: #A9A9A9. Windows color (decimal): -4613418 or 14064313. OLE color: 14064313.

HSL color Cylindrical-coordinate representation of color #B99AD6: hue angle of 271º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99AD6 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185154214-
CMYK0.140.2800.16
HSL271º42.25%72.16%-
HSV(B)271º28.04%83.92%-
XYZ43.738.2868.7-
YUV170.11152.77138.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=33.45%
G=27.85%
B=38.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851542140.140.2800.1627142.2572.16
HexB99AD6E1C01010f2a48
Octal271232326163402041752110
Binary1011100110011010110101101110111000100001000011111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AD6; }

 p { color: rgb(185,154,214); }

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

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

 a { background-color: rgb(185,154,214); }

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

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

 span { border-color: rgb(185,154,214); }

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