#B3A2EE

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

Shades of Biloba Flower #B3A2EE

Tints of Biloba Flower #B3A2EE

Color information

#B3A2EE (or 0xB3A2EE) is unknown color: approx Biloba Flower. HEX triplet: B3, A2 and EE. RGB value is (179,162,238). Sum of RGB (Red+Green+Blue) = 179+162+238=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3A2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A2EE is #4C5D11. Grayscale: #AFAFAF. Windows color (decimal): -5004562 or 15639219. OLE color: 15639219.

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

Color convert

RGB179162238-
CMYK0.250.3200.07
HSL253.42º69.09%78.43%-
HSV(B)253.42º31.93%93.33%-
XYZ46.9441.686.44-
YUV175.75163.13130.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.92%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=30.92%
G=27.98%
B=41.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791622380.250.3200.07253.4269.0978.43
HexB3A2EE192007fd454e
Octal263242356314007375105116
Binary1011001110100010111011101100110000001111111110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2EE; }

 p { color: rgb(179,162,238); }

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

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

 a { background-color: rgb(179,162,238); }

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

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

 span { border-color: rgb(179,162,238); }

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