#B19AFB

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

Shades of Biloba Flower #B19AFB

Tints of Biloba Flower #B19AFB

Color information

#B19AFB (or 0xB19AFB) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and FB. RGB value is (177,154,251). Sum of RGB (Red+Green+Blue) = 177+154+251=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #B19AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AFB is #4E6504. Grayscale: #ABABAB. Windows color (decimal): -5137669 or 16489137. OLE color: 16489137.

HSL color Cylindrical-coordinate representation of color #B19AFB: hue angle of 254.23º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B19AFB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177154251-
CMYK0.290.3900.02
HSL254.23º92.38%79.41%-
HSV(B)254.23º38.65%98.43%-
XYZ47.139.4296.39-
YUV171.94172.62131.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=30.41%
G=26.46%
B=43.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771542510.290.3900.02254.2392.3879.41
HexB19AFB1D2702fe5c4f
Octal261232373354702376134117
Binary101100011001101011111011111011001110101111111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AFB; }

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

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

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

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

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

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

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

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