#B19EEF

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

Shades of Biloba Flower #B19EEF

Tints of Biloba Flower #B19EEF

Color information

#B19EEF (or 0xB19EEF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and EF. RGB value is (177,158,239). Sum of RGB (Red+Green+Blue) = 177+158+239=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #B19EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EEF is #4E6110. Grayscale: #ACACAC. Windows color (decimal): -5136657 or 15703729. OLE color: 15703729.

HSL color Cylindrical-coordinate representation of color #B19EEF: hue angle of 254.07º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19EEF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177158239-
CMYK0.260.3400.06
HSL254.07º71.68%77.84%-
HSV(B)254.07º33.89%93.73%-
XYZ45.9440.0386.97-
YUV172.92165.29130.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 158 (62.11% from 255) = 27.53%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=30.84%
G=27.53%
B=41.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771582390.260.3400.06254.0771.6877.84
HexB19EEF1A2206fe484e
Octal261236357324206376110116
Binary1011000110011110111011111101010001001101111111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EEF; }

 p { color: rgb(177,158,239); }

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

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

 a { background-color: rgb(177,158,239); }

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

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

 span { border-color: rgb(177,158,239); }

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