#B79DDC

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

Shades of Biloba Flower #B79DDC

Tints of Biloba Flower #B79DDC

Color information

#B79DDC (or 0xB79DDC) is unknown color: approx Biloba Flower. HEX triplet: B7, 9D and DC. RGB value is (183,157,220). Sum of RGB (Red+Green+Blue) = 183+157+220=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #B79DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DDC is #486223. Grayscale: #ABABAB. Windows color (decimal): -4743716 or 14458295. OLE color: 14458295.

HSL color Cylindrical-coordinate representation of color #B79DDC: hue angle of 264.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B79DDC is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183157220-
CMYK0.170.2900.14
HSL264.76º47.37%73.92%-
HSV(B)264.76º28.64%86.27%-
XYZ44.539.3572.96-
YUV171.96155.11135.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=32.68%
G=28.04%
B=39.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831572200.170.2900.14264.7647.3773.92
HexB79DDC111D0E1092f4a
Octal267235334213501641157112
Binary1011011110011101110111001000111101011101000010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DDC; }

 p { color: rgb(183,157,220); }

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

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

 a { background-color: rgb(183,157,220); }

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

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

 span { border-color: rgb(183,157,220); }

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