#B99ADE

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

Shades of Biloba Flower #B99ADE

Tints of Biloba Flower #B99ADE

Color information

#B99ADE (or 0xB99ADE) is unknown color: approx Biloba Flower. HEX triplet: B9, 9A and DE. RGB value is (185,154,222). Sum of RGB (Red+Green+Blue) = 185+154+222=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #B99ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ADE is #466521. Grayscale: #AAAAAA. Windows color (decimal): -4613410 or 14588601. OLE color: 14588601.

HSL color Cylindrical-coordinate representation of color #B99ADE: hue angle of 267.35º degrees, saturation: 0.51, 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 #B99ADE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185154222-
CMYK0.170.3100.13
HSL267.35º50.75%73.73%-
HSV(B)267.35º30.63%87.06%-
XYZ44.7538.774.22-
YUV171.02156.77137.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=32.98%
G=27.45%
B=39.57%

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
Decimal1851542220.170.3100.13267.3550.7573.73
HexB99ADE111F0D10b334a
Octal271232336213701541363112
Binary1011100110011010110111101000111111011011000010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ADE; }

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

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

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

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

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

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

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

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