Html Css Color HEX #B19BD9 Biloba Flower

📋 copy color: '#B19BD9'

red 177 ◦ green 155 ◦ blue 217

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

Shades of Biloba Flower #B19BD9

Tints of Biloba Flower #B19BD9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.23%

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 32.24%
G = 28.23%
B = 39.53%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B19BD9 (or 0xB19BD9) is known color: Biloba Flower. HEX triplet: B1, 9B and D9. RGB value is (177,155,217). Sum of RGB (Red+Green+Blue) = 177+155+217=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #B19BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BD9 is #4E6426. Grayscale: #A8A8A8. Windows color (decimal): -5137447 or 14261169. OLE color: 14261169.

HSL color Cylindrical-coordinate representation of color #B19BD9: hue angle of 261.29º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B19BD9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 155 217 -
CMYK 0.18 0.29 0 0.15
HSL 261.29º 0.45% 0.73% -
HSV(B) 261.29º 0.29% 0.85% -
XYZ 42.38 37.8 70.71 -
YUV 168.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 177 155 217 0.18 0.29 0 0.15 261.29 0.45 0.73
Hex B1 9B D9 12 1D 0 F 105 2D 49
Octal 261 233 331 22 35 0 17 405 55 111
Binary 10110001 10011011 11011001 10010 11101 0 1111 100000101 101101 1001001

Color Harmonies of #B19BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BD9

Black with #B19BD9

Text Example


Text Example

White with #B19BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BD9; }

 p { color: rgb(177,155,217); }

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

background-color css

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

 a { background-color: rgb(177,155,217); }

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

border-color css

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

 span { border-color: rgb(177,155,217); }

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