#B79CCB

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

Shades of Biloba Flower #B79CCB

Tints of Biloba Flower #B79CCB

Color information

#B79CCB (or 0xB79CCB) is unknown color: approx Biloba Flower. HEX triplet: B7, 9C and CB. RGB value is (183,156,203). Sum of RGB (Red+Green+Blue) = 183+156+203=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #B79CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CCB is #486334. Grayscale: #A9A9A9. Windows color (decimal): -4743989 or 13343927. OLE color: 13343927.

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

Color convert

RGB183156203-
CMYK0.100.2300.20
HSL274.47º31.13%70.39%-
HSV(B)274.47º23.15%79.61%-
XYZ42.238.1661.64-
YUV169.43146.95137.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=33.76%
G=28.78%
B=37.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831562030.100.2300.20274.4731.1370.39
HexB79CCBA170141121f46
Octal267234313122702442237106
Binary101101111001110011001011101010111010100100010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CCB; }

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

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

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

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

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

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

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

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