#B295CE

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

Shades of Biloba Flower #B295CE

Tints of Biloba Flower #B295CE

Color information

#B295CE (or 0xB295CE) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and CE. RGB value is (178,149,206). Sum of RGB (Red+Green+Blue) = 178+149+206=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #B295CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295CE is #4D6A31. Grayscale: #A3A3A3. Windows color (decimal): -5073458 or 13538738. OLE color: 13538738.

HSL color Cylindrical-coordinate representation of color #B295CE: hue angle of 270.53º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B295CE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178149206-
CMYK0.140.2800.19
HSL270.53º36.77%69.61%-
HSV(B)270.53º27.67%80.78%-
XYZ40.2535.4263.11-
YUV164.17151.61137.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=33.40%
G=27.95%
B=38.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781492060.140.2800.19270.5336.7769.61
HexB295CEE1C01310f2546
Octal262225316163402341745106
Binary1011001010010101110011101110111000100111000011111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295CE; }

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

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

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

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

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

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

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

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