#B294D5

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

Shades of Biloba Flower #B294D5

Tints of Biloba Flower #B294D5

Color information

#B294D5 (or 0xB294D5) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and D5. RGB value is (178,148,213). Sum of RGB (Red+Green+Blue) = 178+148+213=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #B294D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294D5 is #4D6B2A. Grayscale: #A4A4A4. Windows color (decimal): -5073707 or 13997234. OLE color: 13997234.

HSL color Cylindrical-coordinate representation of color #B294D5: hue angle of 267.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B294D5 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178148213-
CMYK0.160.3100.16
HSL267.69º43.62%70.78%-
HSV(B)267.69º30.52%83.53%-
XYZ40.9635.4567.63-
YUV164.38155.44137.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=33.02%
G=27.46%
B=39.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781482130.160.3100.16267.6943.6270.78
HexB294D5101F01010c2c47
Octal262224325203702041454107
Binary10110010100101001101010110000111110100001000011001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294D5; }

 p { color: rgb(178,148,213); }

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

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

 a { background-color: rgb(178,148,213); }

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

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

 span { border-color: rgb(178,148,213); }

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