Html Css Color HEX #B19BC6 Biloba Flower

📋 copy color: '#B19BC6'

red 177 ◦ green 155 ◦ blue 198

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

Shades of Biloba Flower #B19BC6

Tints of Biloba Flower #B19BC6

RGB

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

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

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

R = 33.4%
G = 29.25%
B = 37.36%

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

#B19BC6 (or 0xB19BC6) is known color: Biloba Flower. HEX triplet: B1, 9B and C6. RGB value is (177,155,198). Sum of RGB (Red+Green+Blue) = 177+155+198=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #B19BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BC6 is #4E6439. Grayscale: #A6A6A6. Windows color (decimal): -5137466 or 13015985. OLE color: 13015985.

HSL color Cylindrical-coordinate representation of color #B19BC6: hue angle of 270.7º degrees, saturation: 0.27, 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 #B19BC6 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 155 198 -
CMYK 0.11 0.22 0 0.22
HSL 270.7º 0.27% 0.69% -
HSV(B) 270.7º 0.22% 0.78% -
XYZ 40.05 36.87 58.43 -
YUV 166.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 177 155 198 0.11 0.22 0 0.22 270.7 0.27 0.69
Hex B1 9B C6 B 16 0 16 10F 1B 45
Octal 261 233 306 13 26 0 26 417 33 105
Binary 10110001 10011011 11000110 1011 10110 0 10110 100001111 11011 1000101

Color Harmonies of #B19BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BC6

Black with #B19BC6

Text Example


Text Example

White with #B19BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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