#B19DFE

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

Shades of Biloba Flower #B19DFE

Tints of Biloba Flower #B19DFE

Color information

#B19DFE (or 0xB19DFE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9D and FE. RGB value is (177,157,254). Sum of RGB (Red+Green+Blue) = 177+157+254=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #B19DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19DFE is #4E6201. Grayscale: #ADADAD. Windows color (decimal): -5136898 or 16686513. OLE color: 16686513.

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

Color convert

RGB177157254-
CMYK0.300.3800.00
HSL252.37º97.98%80.59%-
HSV(B)252.37º38.19%99.61%-
XYZ48.0840.6299.07-
YUV174.04173.13130.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=30.10%
G=26.70%
B=43.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771572540.300.3800.00252.3797.9880.59
HexB19DFE1E2600fc6251
Octal261235376364600374142121
Binary10110001100111011111111011110100110001111110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DFE; }

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

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

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

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

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

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

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

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