#B790DE

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

Shades of Biloba Flower #B790DE

Tints of Biloba Flower #B790DE

Color information

#B790DE (or 0xB790DE) is unknown color: approx Biloba Flower. HEX triplet: B7, 90 and DE. RGB value is (183,144,222). Sum of RGB (Red+Green+Blue) = 183+144+222=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #B790DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790DE is #486F21. Grayscale: #A4A4A4. Windows color (decimal): -4747042 or 14586039. OLE color: 14586039.

HSL color Cylindrical-coordinate representation of color #B790DE: hue angle of 270º degrees, saturation: 0.54, 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 #B790DE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183144222-
CMYK0.180.3500.13
HSL270º54.17%71.76%-
HSV(B)270º35.14%87.06%-
XYZ42.6935.2973.67-
YUV164.55160.42141.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=33.33%
G=26.23%
B=40.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831442220.180.3500.1327054.1771.76
HexB790DE12230D10e3648
Octal267220336224301541666110
Binary10110111100100001101111010010100011011011000011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790DE; }

 p { color: rgb(183,144,222); }

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

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

 a { background-color: rgb(183,144,222); }

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

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

 span { border-color: rgb(183,144,222); }

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