#B090DF

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

Shades of Biloba Flower #B090DF

Tints of Biloba Flower #B090DF

Color information

#B090DF (or 0xB090DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 90 and DF. RGB value is (176,144,223). Sum of RGB (Red+Green+Blue) = 176+144+223=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B090DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090DF is #4F6F20. Grayscale: #A2A2A2. Windows color (decimal): -5205793 or 14651568. OLE color: 14651568.

HSL color Cylindrical-coordinate representation of color #B090DF: hue angle of 264.3º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B090DF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176144223-
CMYK0.210.3500.13
HSL264.3º55.24%71.96%-
HSV(B)264.3º35.43%87.45%-
XYZ41.234.574.3-
YUV162.57162.1137.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=32.41%
G=26.52%
B=41.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761442230.210.3500.13264.355.2471.96
HexB090DF15230D1083748
Octal260220337254301541067110
Binary10110000100100001101111110101100011011011000010001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090DF; }

 p { color: rgb(176,144,223); }

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

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

 a { background-color: rgb(176,144,223); }

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

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

 span { border-color: rgb(176,144,223); }

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