Html Css Color HEX #B19ECF Biloba Flower

📋 copy color: '#B19ECF'

red 177 ◦ green 158 ◦ blue 207

#B19ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B19ECF

Tints of Biloba Flower #B19ECF

RGB

 RED value IS 177 (69.53% from 255) = 32.66%

 GREEN value IS 158 (62.11% from 255) = 29.15%

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 32.66%
G = 29.15%
B = 38.19%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B19ECF (or 0xB19ECF) is known color: Biloba Flower. HEX triplet: B1, 9E and CF. RGB value is (177,158,207). Sum of RGB (Red+Green+Blue) = 177+158+207=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #B19ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ECF is #4E6130. Grayscale: #A9A9A9. Windows color (decimal): -5136689 or 13606577. OLE color: 13606577.

HSL color Cylindrical-coordinate representation of color #B19ECF: hue angle of 263.27º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19ECF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 158 207 -
CMYK 0.14 0.24 0 0.19
HSL 263.27º 0.34% 0.72% -
HSV(B) 263.27º 0.24% 0.81% -
XYZ 41.62 38.31 64.23 -
YUV 169.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 177 158 207 0.14 0.24 0 0.19 263.27 0.34 0.72
Hex B1 9E CF E 18 0 13 107 22 48
Octal 261 236 317 16 30 0 23 407 42 110
Binary 10110001 10011110 11001111 1110 11000 0 10011 100000111 100010 1001000

Color Harmonies of #B19ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19ECF

Black with #B19ECF

Text Example


Text Example

White with #B19ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19ECF; }

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

 H1.HeaderClassName
 {
   color: #B19ECF;
 }
 .AnyTagClassName
 {
   color: #B19ECF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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