#B09CDA

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

Shades of Biloba Flower #B09CDA

Tints of Biloba Flower #B09CDA

Color information

#B09CDA (or 0xB09CDA) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and DA. RGB value is (176,156,218). Sum of RGB (Red+Green+Blue) = 176+156+218=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #B09CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CDA is #4F6325. Grayscale: #A8A8A8. Windows color (decimal): -5202726 or 14326960. OLE color: 14326960.

HSL color Cylindrical-coordinate representation of color #B09CDA: hue angle of 259.35º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B09CDA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176156218-
CMYK0.190.2800.15
HSL259.35º45.59%73.33%-
HSV(B)259.35º28.44%85.49%-
XYZ42.4538.0771.44-
YUV169.05155.63132.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=32%
G=28.36%
B=39.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761562180.190.2800.15259.3545.5973.33
HexB09CDA131C0F1032e49
Octal260234332233401740356111
Binary1011000010011100110110101001111100011111000000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CDA; }

 p { color: rgb(176,156,218); }

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

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

 a { background-color: rgb(176,156,218); }

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

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

 span { border-color: rgb(176,156,218); }

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