#B79CCE

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

Shades of Biloba Flower #B79CCE

Tints of Biloba Flower #B79CCE

Color information

#B79CCE (or 0xB79CCE) is unknown color: approx Biloba Flower. HEX triplet: B7, 9C and CE. RGB value is (183,156,206). Sum of RGB (Red+Green+Blue) = 183+156+206=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #B79CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CCE is #486331. Grayscale: #A9A9A9. Windows color (decimal): -4743986 or 13540535. OLE color: 13540535.

HSL color Cylindrical-coordinate representation of color #B79CCE: hue angle of 272.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B79CCE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183156206-
CMYK0.110.2400.19
HSL272.4º33.78%70.98%-
HSV(B)272.4º24.27%80.78%-
XYZ42.5638.363.54-
YUV169.77148.45137.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.58%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=33.58%
G=28.62%
B=37.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831562060.110.2400.19272.433.7870.98
HexB79CCEB180131102247
Octal267234316133002342042107
Binary1011011110011100110011101011110000100111000100001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CCE; }

 p { color: rgb(183,156,206); }

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

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

 a { background-color: rgb(183,156,206); }

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

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

 span { border-color: rgb(183,156,206); }

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