#B79CCC

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

Shades of Biloba Flower #B79CCC

Tints of Biloba Flower #B79CCC

Color information

#B79CCC (or 0xB79CCC) is unknown color: approx Biloba Flower. HEX triplet: B7, 9C and CC. RGB value is (183,156,204). Sum of RGB (Red+Green+Blue) = 183+156+204=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #B79CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CCC is #486333. Grayscale: #A9A9A9. Windows color (decimal): -4743988 or 13409463. OLE color: 13409463.

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

Color convert

RGB183156204-
CMYK0.100.2400.2
HSL273.75º32%70.59%-
HSV(B)273.75º23.53%80%-
XYZ42.3238.262.27-
YUV169.54147.45137.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=33.70%
G=28.73%
B=37.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831562040.100.2400.2273.753270.59
HexB79CCCA180141122047
Octal267234314123002442240107
Binary1011011110011100110011001010110000101001000100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CCC; }

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

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

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

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

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

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

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

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