#B796CF

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

Shades of Biloba Flower #B796CF

Tints of Biloba Flower #B796CF

Color information

#B796CF (or 0xB796CF) is unknown color: approx Biloba Flower. HEX triplet: B7, 96 and CF. RGB value is (183,150,207). Sum of RGB (Red+Green+Blue) = 183+150+207=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #B796CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796CF is #486930. Grayscale: #A6A6A6. Windows color (decimal): -4745521 or 13604535. OLE color: 13604535.

HSL color Cylindrical-coordinate representation of color #B796CF: hue angle of 274.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B796CF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183150207-
CMYK0.120.2800.19
HSL274.74º37.25%70%-
HSV(B)274.74º27.54%81.18%-
XYZ41.736.3863.86-
YUV166.36150.93139.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.89%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=33.89%
G=27.78%
B=38.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831502070.120.2800.19274.7437.2570
HexB796CFC1C0131132546
Octal267226317143402342345106
Binary1011011110010110110011111100111000100111000100111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B796CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B796CF; }

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

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

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

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

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

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

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

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