#b090dc

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

Shades of Biloba Flower #B090DC

Tints of Biloba Flower #B090DC

Color information

#B090DC (or 0xB090DC) is unknown color: approx Biloba Flower. HEX triplet: B0, 90 and DC. RGB value is (176,144,220). Sum of RGB (Red+Green+Blue) = 176+144+220=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #B090DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090DC is #4F6F23. Grayscale: #A1A1A1. Windows color (decimal): -5205796 or 14454960. OLE color: 14454960.

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

Color convert

RGB176144220-
CMYK0.20.3500.14
HSL265.26º52.05%71.37%-
HSV(B)265.26º34.55%86.27%-
XYZ40.834.3472.19-
YUV162.23160.6137.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=32.59%
G=26.67%
B=40.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761442200.20.3500.14265.2652.0571.37
HexB090DC14230E1093447
Octal260220334244301641164107
Binary10110000100100001101110010100100011011101000010011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b090dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b090dc; }

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

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

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

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

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

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

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

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