Html Css Color HEX #B19FC6 Biloba Flower

📋 copy color: '#B19FC6'

red 177 ◦ green 159 ◦ blue 198

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

Shades of Biloba Flower #B19FC6

Tints of Biloba Flower #B19FC6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.78%

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 33.15%
G = 29.78%
B = 37.08%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B19FC6 (or 0xB19FC6) is known color: Biloba Flower. HEX triplet: B1, 9F and C6. RGB value is (177,159,198). Sum of RGB (Red+Green+Blue) = 177+159+198=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #B19FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FC6 is #4E6039. Grayscale: #A8A8A8. Windows color (decimal): -5136442 or 13017009. OLE color: 13017009.

HSL color Cylindrical-coordinate representation of color #B19FC6: hue angle of 267.69º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B19FC6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 159 198 -
CMYK 0.11 0.20 0 0.22
HSL 267.69º 0.25% 0.7% -
HSV(B) 267.69º 0.2% 0.78% -
XYZ 40.72 38.22 58.66 -
YUV 168.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 177 159 198 0.11 0.20 0 0.22 267.69 0.25 0.7
Hex B1 9F C6 B 14 0 16 10C 19 46
Octal 261 237 306 13 24 0 26 414 31 106
Binary 10110001 10011111 11000110 1011 10100 0 10110 100001100 11001 1000110

Color Harmonies of #B19FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FC6

Black with #B19FC6

Text Example


Text Example

White with #B19FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FC6; }

 p { color: rgb(177,159,198); }

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

background-color css

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

 a { background-color: rgb(177,159,198); }

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

border-color css

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

 span { border-color: rgb(177,159,198); }

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