#B796CD

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

Shades of Biloba Flower #B796CD

Tints of Biloba Flower #B796CD

Color information

#B796CD (or 0xB796CD) is unknown color: approx Biloba Flower. HEX triplet: B7, 96 and CD. RGB value is (183,150,205). Sum of RGB (Red+Green+Blue) = 183+150+205=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B796CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796CD is #486932. Grayscale: #A5A5A5. Windows color (decimal): -4745523 or 13473463. OLE color: 13473463.

HSL color Cylindrical-coordinate representation of color #B796CD: hue angle of 276º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B796CD is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183150205-
CMYK0.110.2700.20
HSL276º35.48%69.61%-
HSV(B)276º26.83%80.39%-
XYZ41.4536.2962.58-
YUV166.14149.93140.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=34.01%
G=27.88%
B=38.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831502050.110.2700.2027635.4869.61
HexB796CDB1B0141142346
Octal267226315133302442443106
Binary1011011110010110110011011011110110101001000101001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B796CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B796CD; }

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

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

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

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

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

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

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

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