#B09AEB

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

Shades of Biloba Flower #B09AEB

Tints of Biloba Flower #B09AEB

Color information

#B09AEB (or 0xB09AEB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and EB. RGB value is (176,154,235). Sum of RGB (Red+Green+Blue) = 176+154+235=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #B09AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AEB is #4F6514. Grayscale: #A9A9A9. Windows color (decimal): -5203221 or 15440560. OLE color: 15440560.

HSL color Cylindrical-coordinate representation of color #B09AEB: hue angle of 256.3º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09AEB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176154235-
CMYK0.250.3400.08
HSL256.3º66.94%76.27%-
HSV(B)256.3º34.47%92.16%-
XYZ44.4638.3483.65-
YUV169.81164.79132.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=31.15%
G=27.26%
B=41.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761542350.250.3400.08256.366.9476.27
HexB09AEB192208100434c
Octal2602323533142010400103114
Binary101100001001101011101011110011000100100010000000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AEB; }

 p { color: rgb(176,154,235); }

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

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

 a { background-color: rgb(176,154,235); }

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

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

 span { border-color: rgb(176,154,235); }

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