#B19AFE

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

Shades of Biloba Flower #B19AFE

Tints of Biloba Flower #B19AFE

Color information

#B19AFE (or 0xB19AFE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and FE. RGB value is (177,154,254). Sum of RGB (Red+Green+Blue) = 177+154+254=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #B19AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AFE is #4E6501. Grayscale: #ABABAB. Windows color (decimal): -5137666 or 16685745. OLE color: 16685745.

HSL color Cylindrical-coordinate representation of color #B19AFE: hue angle of 253.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B19AFE is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177154254-
CMYK0.300.3900.00
HSL253.8º98.04%80%-
HSV(B)253.8º39.37%99.61%-
XYZ47.5839.6198.9-
YUV172.28174.12131.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.26%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=30.26%
G=26.32%
B=43.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771542540.300.3900.00253.898.0480
HexB19AFE1E2700fe6250
Octal261232376364700376142120
Binary10110001100110101111111011110100111001111111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AFE; }

 p { color: rgb(177,154,254); }

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

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

 a { background-color: rgb(177,154,254); }

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

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

 span { border-color: rgb(177,154,254); }

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