Html Css Color HEX #B19BDE Biloba Flower

📋 copy color: '#B19BDE'

red 177 ◦ green 155 ◦ blue 222

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

Shades of Biloba Flower #B19BDE

Tints of Biloba Flower #B19BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 31.95%
G = 27.98%
B = 40.07%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B19BDE (or 0xB19BDE) is known color: Biloba Flower. HEX triplet: B1, 9B and DE. RGB value is (177,155,222). Sum of RGB (Red+Green+Blue) = 177+155+222=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #B19BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BDE is #4E6421. Grayscale: #A8A8A8. Windows color (decimal): -5137442 or 14588849. OLE color: 14588849.

HSL color Cylindrical-coordinate representation of color #B19BDE: hue angle of 259.7º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19BDE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 155 222 -
CMYK 0.20 0.30 0 0.13
HSL 259.7º 0.5% 0.74% -
HSV(B) 259.7º 0.3% 0.87% -
XYZ 43.04 38.06 74.19 -
YUV 169.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 177 155 222 0.20 0.30 0 0.13 259.7 0.5 0.74
Hex B1 9B DE 14 1E 0 D 104 32 4A
Octal 261 233 336 24 36 0 15 404 62 112
Binary 10110001 10011011 11011110 10100 11110 0 1101 100000100 110010 1001010

Color Harmonies of #B19BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BDE

Black with #B19BDE

Text Example


Text Example

White with #B19BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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