Html Css Color HEX #B19BC7 Biloba Flower

📋 copy color: '#B19BC7'

red 177 ◦ green 155 ◦ blue 199

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

Shades of Biloba Flower #B19BC7

Tints of Biloba Flower #B19BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 33.33%
G = 29.19%
B = 37.48%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B19BC7 (or 0xB19BC7) is known color: Biloba Flower. HEX triplet: B1, 9B and C7. RGB value is (177,155,199). Sum of RGB (Red+Green+Blue) = 177+155+199=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #B19BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BC7 is #4E6438. Grayscale: #A6A6A6. Windows color (decimal): -5137465 or 13081521. OLE color: 13081521.

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

Color convert

RGB 177 155 199 -
CMYK 0.11 0.22 0 0.22
HSL 270º 0.28% 0.69% -
HSV(B) 270º 0.22% 0.78% -
XYZ 40.16 36.91 59.04 -
YUV 166.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 177 155 199 0.11 0.22 0 0.22 270 0.28 0.69
Hex B1 9B C7 B 16 0 16 10E 1C 45
Octal 261 233 307 13 26 0 26 416 34 105
Binary 10110001 10011011 11000111 1011 10110 0 10110 100001110 11100 1000101

Color Harmonies of #B19BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BC7

Black with #B19BC7

Text Example


Text Example

White with #B19BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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