#B79FCC

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

Shades of Biloba Flower #B79FCC

Tints of Biloba Flower #B79FCC

Color information

#B79FCC (or 0xB79FCC) is unknown color: approx Biloba Flower. HEX triplet: B7, 9F and CC. RGB value is (183,159,204). Sum of RGB (Red+Green+Blue) = 183+159+204=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #B79FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FCC is #486033. Grayscale: #ABABAB. Windows color (decimal): -4743220 or 13410231. OLE color: 13410231.

HSL color Cylindrical-coordinate representation of color #B79FCC: hue angle of 272º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B79FCC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183159204-
CMYK0.100.2200.2
HSL272º30.61%71.18%-
HSV(B)272º22.06%80%-
XYZ42.8339.2262.44-
YUV171.31146.45136.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=33.52%
G=29.12%
B=37.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831592040.100.2200.227230.6171.18
HexB79FCCA160141101f47
Octal267237314122602442037107
Binary101101111001111111001100101010110010100100010000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FCC; }

 p { color: rgb(183,159,204); }

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

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

 a { background-color: rgb(183,159,204); }

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

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

 span { border-color: rgb(183,159,204); }

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