#B295EE

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

Shades of Biloba Flower #B295EE

Tints of Biloba Flower #B295EE

Color information

#B295EE (or 0xB295EE) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and EE. RGB value is (178,149,238). Sum of RGB (Red+Green+Blue) = 178+149+238=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #B295EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295EE is #4D6A11. Grayscale: #A7A7A7. Windows color (decimal): -5073426 or 15635890. OLE color: 15635890.

HSL color Cylindrical-coordinate representation of color #B295EE: hue angle of 259.55º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B295EE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178149238-
CMYK0.250.3700.07
HSL259.55º72.36%75.88%-
HSV(B)259.55º37.39%93.33%-
XYZ44.5437.1385.71-
YUV167.82167.61135.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.50%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=31.50%
G=26.37%
B=42.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781492380.250.3700.07259.5572.3675.88
HexB295EE192507104484c
Octal262225356314507404110114
Binary10110010100101011110111011001100101011110000010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295EE; }

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

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

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

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

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

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

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

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