#B294CD

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

Shades of Biloba Flower #B294CD

Tints of Biloba Flower #B294CD

Color information

#B294CD (or 0xB294CD) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and CD. RGB value is (178,148,205). Sum of RGB (Red+Green+Blue) = 178+148+205=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #B294CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294CD is #4D6B32. Grayscale: #A3A3A3. Windows color (decimal): -5073715 or 13472946. OLE color: 13472946.

HSL color Cylindrical-coordinate representation of color #B294CD: hue angle of 271.58º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B294CD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178148205-
CMYK0.130.2800.20
HSL271.58º36.31%69.22%-
HSV(B)271.58º27.8%80.39%-
XYZ39.9735.0562.42-
YUV163.47151.44138.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=33.52%
G=27.87%
B=38.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781482050.130.2800.20271.5836.3169.22
HexB294CDD1C0141102445
Octal262224315153402442044105
Binary1011001010010100110011011101111000101001000100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294CD; }

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

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

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

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

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

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

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

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