Html Css Color HEX #B19CC5 Biloba Flower

📋 copy color: '#B19CC5'

red 177 ◦ green 156 ◦ blue 197

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

Shades of Biloba Flower #B19CC5

Tints of Biloba Flower #B19CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.43%

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 33.4%
G = 29.43%
B = 37.17%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B19CC5 (or 0xB19CC5) is known color: Biloba Flower. HEX triplet: B1, 9C and C5. RGB value is (177,156,197). Sum of RGB (Red+Green+Blue) = 177+156+197=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 197 - color contains mainly: blue. Hex color #B19CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CC5 is #4E633A. Grayscale: #A6A6A6. Windows color (decimal): -5137211 or 12950705. OLE color: 12950705.

HSL color Cylindrical-coordinate representation of color #B19CC5: hue angle of 270.73º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B19CC5 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 156 197 -
CMYK 0.10 0.21 0 0.23
HSL 270.73º 0.26% 0.69% -
HSV(B) 270.73º 0.21% 0.77% -
XYZ 40.1 37.16 57.88 -
YUV 166.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 177 156 197 0.10 0.21 0 0.23 270.73 0.26 0.69
Hex B1 9C C5 A 15 0 17 10F 1A 45
Octal 261 234 305 12 25 0 27 417 32 105
Binary 10110001 10011100 11000101 1010 10101 0 10111 100001111 11010 1000101

Color Harmonies of #B19CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CC5

Black with #B19CC5

Text Example


Text Example

White with #B19CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CC5; }

 p { color: rgb(177,156,197); }

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

background-color css

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

 a { background-color: rgb(177,156,197); }

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

border-color css

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

 span { border-color: rgb(177,156,197); }

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