#B19FEE

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

Shades of Biloba Flower #B19FEE

Tints of Biloba Flower #B19FEE

Color information

#B19FEE (or 0xB19FEE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and EE. RGB value is (177,159,238). Sum of RGB (Red+Green+Blue) = 177+159+238=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #B19FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19FEE is #4E6011. Grayscale: #ADADAD. Windows color (decimal): -5136402 or 15638449. OLE color: 15638449.

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

Color convert

RGB177159238-
CMYK0.260.3300.07
HSL253.67º69.91%77.84%-
HSV(B)253.67º33.19%93.33%-
XYZ45.9640.3286.25-
YUV173.39164.46130.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=30.84%
G=27.70%
B=41.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771592380.260.3300.07253.6769.9177.84
HexB19FEE1A2107fe464e
Octal261237356324107376106116
Binary1011000110011111111011101101010000101111111111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FEE; }

 p { color: rgb(177,159,238); }

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

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

 a { background-color: rgb(177,159,238); }

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

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

 span { border-color: rgb(177,159,238); }

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