Html Css Color HEX #B19BCD Biloba Flower

📋 copy color: '#B19BCD'

red 177 ◦ green 155 ◦ blue 205

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

Shades of Biloba Flower #B19BCD

Tints of Biloba Flower #B19BCD

RGB

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

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

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

R = 32.96%
G = 28.86%
B = 38.18%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B19BCD (or 0xB19BCD) is known color: Biloba Flower. HEX triplet: B1, 9B and CD. RGB value is (177,155,205). Sum of RGB (Red+Green+Blue) = 177+155+205=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #B19BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BCD is #4E6432. Grayscale: #A7A7A7. Windows color (decimal): -5137459 or 13474737. OLE color: 13474737.

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

Color convert

RGB 177 155 205 -
CMYK 0.14 0.24 0 0.20
HSL 266.4º 0.33% 0.71% -
HSV(B) 266.4º 0.24% 0.8% -
XYZ 40.87 37.2 62.78 -
YUV 167.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 177 155 205 0.14 0.24 0 0.20 266.4 0.33 0.71
Hex B1 9B CD E 18 0 14 10A 21 47
Octal 261 233 315 16 30 0 24 412 41 107
Binary 10110001 10011011 11001101 1110 11000 0 10100 100001010 100001 1000111

Color Harmonies of #B19BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BCD

Black with #B19BCD

Text Example


Text Example

White with #B19BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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