Html Css Color HEX #B19ACB Biloba Flower

📋 copy color: '#B19ACB'

red 177 ◦ green 154 ◦ blue 203

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

Shades of Biloba Flower #B19ACB

Tints of Biloba Flower #B19ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.84%

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 33.15%
G = 28.84%
B = 38.01%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B19ACB (or 0xB19ACB) is known color: Biloba Flower. HEX triplet: B1, 9A and CB. RGB value is (177,154,203). Sum of RGB (Red+Green+Blue) = 177+154+203=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #B19ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ACB is #4E6534. Grayscale: #A6A6A6. Windows color (decimal): -5137717 or 13343409. OLE color: 13343409.

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

Color convert

RGB 177 154 203 -
CMYK 0.13 0.24 0 0.20
HSL 268.16º 0.32% 0.7% -
HSV(B) 268.16º 0.24% 0.8% -
XYZ 40.47 36.77 61.46 -
YUV 166.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 177 154 203 0.13 0.24 0 0.20 268.16 0.32 0.7
Hex B1 9A CB D 18 0 14 10C 20 46
Octal 261 232 313 15 30 0 24 414 40 106
Binary 10110001 10011010 11001011 1101 11000 0 10100 100001100 100000 1000110

Color Harmonies of #B19ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19ACB

Black with #B19ACB

Text Example


Text Example

White with #B19ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19ACB; }

 p { color: rgb(177,154,203); }

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

background-color css

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

 a { background-color: rgb(177,154,203); }

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

border-color css

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

 span { border-color: rgb(177,154,203); }

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