#B796EE

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

Shades of Biloba Flower #B796EE

Tints of Biloba Flower #B796EE

Color information

#B796EE (or 0xB796EE) is unknown color: approx Biloba Flower. HEX triplet: B7, 96 and EE. RGB value is (183,150,238). Sum of RGB (Red+Green+Blue) = 183+150+238=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #B796EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B796EE is #486911. Grayscale: #A9A9A9. Windows color (decimal): -4745490 or 15636151. OLE color: 15636151.

HSL color Cylindrical-coordinate representation of color #B796EE: hue angle of 262.5º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B796EE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183150238-
CMYK0.230.3700.07
HSL262.5º72.13%76.08%-
HSV(B)262.5º36.97%93.33%-
XYZ45.8738.0585.82-
YUV169.9166.43137.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=32.05%
G=26.27%
B=41.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831502380.230.3700.07262.572.1376.08
HexB796EE172507106484c
Octal267226356274507406110114
Binary10110111100101101110111010111100101011110000011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B796EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B796EE; }

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

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

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

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

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

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

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

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