#B79DC8

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

Shades of Biloba Flower #B79DC8

Tints of Biloba Flower #B79DC8

Color information

#B79DC8 (or 0xB79DC8) is unknown color: approx Biloba Flower. HEX triplet: B7, 9D and C8. RGB value is (183,157,200). Sum of RGB (Red+Green+Blue) = 183+157+200=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #B79DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DC8 is #486237. Grayscale: #A9A9A9. Windows color (decimal): -4743736 or 13147575. OLE color: 13147575.

HSL color Cylindrical-coordinate representation of color #B79DC8: hue angle of 276.28º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B79DC8 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183157200-
CMYK0.080.2200.22
HSL276.28º28.1%70%-
HSV(B)276.28º21.5%78.43%-
XYZ42.0138.3559.83-
YUV169.68145.11137.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.89%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=33.89%
G=29.07%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831572000.080.2200.22276.2828.170
HexB79DC88160161141c46
Octal267235310102602642434106
Binary101101111001110111001000100010110010110100010100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DC8; }

 p { color: rgb(183,157,200); }

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

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

 a { background-color: rgb(183,157,200); }

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

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

 span { border-color: rgb(183,157,200); }

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