#B394DD

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

Shades of Biloba Flower #B394DD

Tints of Biloba Flower #B394DD

Color information

#B394DD (or 0xB394DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 94 and DD. RGB value is (179,148,221). Sum of RGB (Red+Green+Blue) = 179+148+221=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B394DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394DD is #4C6B22. Grayscale: #A5A5A5. Windows color (decimal): -5008163 or 14521523. OLE color: 14521523.

HSL color Cylindrical-coordinate representation of color #B394DD: hue angle of 265.48º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B394DD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179148221-
CMYK0.190.3300.13
HSL265.48º51.77%72.35%-
HSV(B)265.48º33.03%86.67%-
XYZ42.2335.9873.13-
YUV165.59159.27137.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=32.66%
G=27.01%
B=40.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791482210.190.3300.13265.4851.7772.35
HexB394DD13210D1093448
Octal263224335234101541164110
Binary10110011100101001101110110011100001011011000010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394DD; }

 p { color: rgb(179,148,221); }

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

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

 a { background-color: rgb(179,148,221); }

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

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

 span { border-color: rgb(179,148,221); }

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