#B09BD4

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

Shades of Biloba Flower #B09BD4

Tints of Biloba Flower #B09BD4

Color information

#B09BD4 (or 0xB09BD4) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and D4. RGB value is (176,155,212). Sum of RGB (Red+Green+Blue) = 176+155+212=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #B09BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BD4 is #4F642B. Grayscale: #A7A7A7. Windows color (decimal): -5202988 or 13933488. OLE color: 13933488.

HSL color Cylindrical-coordinate representation of color #B09BD4: hue angle of 262.11º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09BD4 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB176155212-
CMYK0.170.2700.17
HSL262.11º39.86%71.96%-
HSV(B)262.11º26.89%83.14%-
XYZ41.5137.4367.32-
YUV167.78152.96133.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 212 (83.20% from 255) = 39.04%
R=32.41%
G=28.55%
B=39.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1761552120.170.2700.17262.1139.8671.96
HexB09BD4111B0111062848
Octal260233324213302140650110
Binary10110000100110111101010010001110110100011000001101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BD4; }

 p { color: rgb(176,155,212); }

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

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

 a { background-color: rgb(176,155,212); }

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

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

 span { border-color: rgb(176,155,212); }

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