#B796EB

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

Shades of Biloba Flower #B796EB

Tints of Biloba Flower #B796EB

Color information

#B796EB (or 0xB796EB) is unknown color: approx Biloba Flower. HEX triplet: B7, 96 and EB. RGB value is (183,150,235). Sum of RGB (Red+Green+Blue) = 183+150+235=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #B796EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B796EB is #486914. Grayscale: #A9A9A9. Windows color (decimal): -4745493 or 15439543. OLE color: 15439543.

HSL color Cylindrical-coordinate representation of color #B796EB: hue angle of 263.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B796EB is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183150235-
CMYK0.220.3600.08
HSL263.29º68%75.49%-
HSV(B)263.29º36.17%92.16%-
XYZ45.4337.8883.51-
YUV169.56164.93137.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=32.22%
G=26.41%
B=41.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831502350.220.3600.08263.296875.49
HexB796EB162408107444b
Octal2672263532644010407104113
Binary101101111001011011101011101101001000100010000011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B796EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B796EB; }

 p { color: rgb(183,150,235); }

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

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

 a { background-color: rgb(183,150,235); }

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

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

 span { border-color: rgb(183,150,235); }

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