#B79CDE

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

Shades of Biloba Flower #B79CDE

Tints of Biloba Flower #B79CDE

Color information

#B79CDE (or 0xB79CDE) is unknown color: approx Biloba Flower. HEX triplet: B7, 9C and DE. RGB value is (183,156,222). Sum of RGB (Red+Green+Blue) = 183+156+222=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #B79CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CDE is #486321. Grayscale: #ABABAB. Windows color (decimal): -4743970 or 14589111. OLE color: 14589111.

HSL color Cylindrical-coordinate representation of color #B79CDE: hue angle of 264.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B79CDE is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183156222-
CMYK0.180.3000.13
HSL264.55º50%74.12%-
HSV(B)264.55º29.73%87.06%-
XYZ44.639.1274.31-
YUV171.6156.45136.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=32.62%
G=27.81%
B=39.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831562220.180.3000.13264.555074.12
HexB79CDE121E0D109324a
Octal267234336223601541162112
Binary1011011110011100110111101001011110011011000010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CDE; }

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

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

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

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

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

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

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

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