#B295CA

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

Shades of Biloba Flower #B295CA

Tints of Biloba Flower #B295CA

Color information

#B295CA (or 0xB295CA) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and CA. RGB value is (178,149,202). Sum of RGB (Red+Green+Blue) = 178+149+202=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #B295CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295CA is #4D6A35. Grayscale: #A3A3A3. Windows color (decimal): -5073462 or 13276594. OLE color: 13276594.

HSL color Cylindrical-coordinate representation of color #B295CA: hue angle of 272.83º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B295CA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178149202-
CMYK0.120.2600.21
HSL272.83º33.33%68.82%-
HSV(B)272.83º26.24%79.22%-
XYZ39.7735.2260.58-
YUV163.71149.61138.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=33.65%
G=28.17%
B=38.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781492020.120.2600.21272.8333.3368.82
HexB295CAC1A0151112145
Octal262225312143202542141105
Binary1011001010010101110010101100110100101011000100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295CA; }

 p { color: rgb(178,149,202); }

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

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

 a { background-color: rgb(178,149,202); }

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

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

 span { border-color: rgb(178,149,202); }

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