#B99ADF

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

Shades of Biloba Flower #B99ADF

Tints of Biloba Flower #B99ADF

Color information

#B99ADF (or 0xB99ADF) is unknown color: approx Biloba Flower. HEX triplet: B9, 9A and DF. RGB value is (185,154,223). Sum of RGB (Red+Green+Blue) = 185+154+223=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #B99ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ADF is #466520. Grayscale: #AAAAAA. Windows color (decimal): -4613409 or 14654137. OLE color: 14654137.

HSL color Cylindrical-coordinate representation of color #B99ADF: hue angle of 266.96º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B99ADF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185154223-
CMYK0.170.3100.13
HSL266.96º51.88%73.92%-
HSV(B)266.96º30.94%87.45%-
XYZ44.8838.7574.93-
YUV171.14157.27137.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=32.92%
G=27.40%
B=39.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851542230.170.3100.13266.9651.8873.92
HexB99ADF111F0D10b344a
Octal271232337213701541364112
Binary1011100110011010110111111000111111011011000010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ADF; }

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

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

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

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

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

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

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

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