Html Css Color HEX #B19ECD Biloba Flower

📋 copy color: '#B19ECD'

red 177 ◦ green 158 ◦ blue 205

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

Shades of Biloba Flower #B19ECD

Tints of Biloba Flower #B19ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 32.78%
G = 29.26%
B = 37.96%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B19ECD (or 0xB19ECD) is known color: Biloba Flower. HEX triplet: B1, 9E and CD. RGB value is (177,158,205). Sum of RGB (Red+Green+Blue) = 177+158+205=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #B19ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ECD is #4E6132. Grayscale: #A8A8A8. Windows color (decimal): -5136691 or 13475505. OLE color: 13475505.

HSL color Cylindrical-coordinate representation of color #B19ECD: hue angle of 264.26º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19ECD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 158 205 -
CMYK 0.14 0.23 0 0.20
HSL 264.26º 0.32% 0.71% -
HSV(B) 264.26º 0.23% 0.8% -
XYZ 41.38 38.21 62.95 -
YUV 169.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 177 158 205 0.14 0.23 0 0.20 264.26 0.32 0.71
Hex B1 9E CD E 17 0 14 108 20 47
Octal 261 236 315 16 27 0 24 410 40 107
Binary 10110001 10011110 11001101 1110 10111 0 10100 100001000 100000 1000111

Color Harmonies of #B19ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19ECD

Black with #B19ECD

Text Example


Text Example

White with #B19ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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