#B09ADC

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

Shades of Biloba Flower #B09ADC

Tints of Biloba Flower #B09ADC

Color information

#B09ADC (or 0xB09ADC) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and DC. RGB value is (176,154,220). Sum of RGB (Red+Green+Blue) = 176+154+220=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B09ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ADC is #4F6523. Grayscale: #A7A7A7. Windows color (decimal): -5203236 or 14457520. OLE color: 14457520.

HSL color Cylindrical-coordinate representation of color #B09ADC: hue angle of 260º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09ADC is Cyan = 0.2, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176154220-
CMYK0.20.300.14
HSL260º48.53%73.33%-
HSV(B)260º30%86.27%-
XYZ42.3837.5172.72-
YUV168.1157.29133.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 220 (86.33% from 255) = 40%
R=32%
G=28%
B=40%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761542200.20.300.1426048.5373.33
HexB09ADC141E0E1043149
Octal260232334243601640461111
Binary1011000010011010110111001010011110011101000001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09ADC; }

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

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

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

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

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

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

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

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