#B295CB

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

Shades of Biloba Flower #B295CB

Tints of Biloba Flower #B295CB

Color information

#B295CB (or 0xB295CB) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and CB. RGB value is (178,149,203). Sum of RGB (Red+Green+Blue) = 178+149+203=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #B295CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295CB is #4D6A34. Grayscale: #A3A3A3. Windows color (decimal): -5073461 or 13342130. OLE color: 13342130.

HSL color Cylindrical-coordinate representation of color #B295CB: hue angle of 272.22º degrees, saturation: 0.34, 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 #B295CB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178149203-
CMYK0.120.2700.20
HSL272.22º34.18%69.02%-
HSV(B)272.22º26.6%79.61%-
XYZ39.8935.2761.21-
YUV163.83150.11138.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=33.58%
G=28.11%
B=38.30%

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
Decimal1781492030.120.2700.20272.2234.1869.02
HexB295CBC1B0141102245
Octal262225313143302442042105
Binary1011001010010101110010111100110110101001000100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295CB; }

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

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

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

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

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

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

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

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