#B294CB

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

Shades of Biloba Flower #B294CB

Tints of Biloba Flower #B294CB

Color information

#B294CB (or 0xB294CB) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and CB. RGB value is (178,148,203). Sum of RGB (Red+Green+Blue) = 178+148+203=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #B294CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294CB is #4D6B34. Grayscale: #A3A3A3. Windows color (decimal): -5073717 or 13341874. OLE color: 13341874.

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

Color convert

RGB178148203-
CMYK0.120.2700.20
HSL272.73º34.59%68.82%-
HSV(B)272.73º27.09%79.61%-
XYZ39.7334.9661.15-
YUV163.24150.44138.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=33.65%
G=27.98%
B=38.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781482030.120.2700.20272.7334.5968.82
HexB294CBC1B0141112345
Octal262224313143302442143105
Binary1011001010010100110010111100110110101001000100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294CB; }

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

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

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

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

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

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

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

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