#B09DE7

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

Shades of Biloba Flower #B09DE7

Tints of Biloba Flower #B09DE7

Color information

#B09DE7 (or 0xB09DE7) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and E7. RGB value is (176,157,231). Sum of RGB (Red+Green+Blue) = 176+157+231=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #B09DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09DE7 is #4F6218. Grayscale: #AAAAAA. Windows color (decimal): -5202457 or 15179184. OLE color: 15179184.

HSL color Cylindrical-coordinate representation of color #B09DE7: hue angle of 255.41º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09DE7 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176157231-
CMYK0.240.3200.09
HSL255.41º60.66%76.08%-
HSV(B)255.41º32.03%90.59%-
XYZ44.3939.1180.81-
YUV171.12161.79131.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=31.21%
G=27.84%
B=40.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761572310.240.3200.09255.4160.6676.08
HexB09DE7182009ff3d4c
Octal260235347304001137775114
Binary1011000010011101111001111100010000001001111111111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DE7; }

 p { color: rgb(176,157,231); }

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

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

 a { background-color: rgb(176,157,231); }

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

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

 span { border-color: rgb(176,157,231); }

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