Html Css Color HEX #B19AC8 Biloba Flower

📋 copy color: '#B19AC8'

red 177 ◦ green 154 ◦ blue 200

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

Shades of Biloba Flower #B19AC8

Tints of Biloba Flower #B19AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 33.33%
G = 29%
B = 37.66%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B19AC8 (or 0xB19AC8) is known color: Biloba Flower. HEX triplet: B1, 9A and C8. RGB value is (177,154,200). Sum of RGB (Red+Green+Blue) = 177+154+200=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #B19AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AC8 is #4E6537. Grayscale: #A5A5A5. Windows color (decimal): -5137720 or 13146801. OLE color: 13146801.

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

Color convert

RGB 177 154 200 -
CMYK 0.12 0.23 0 0.22
HSL 270º 0.29% 0.69% -
HSV(B) 270º 0.23% 0.78% -
XYZ 40.11 36.63 59.6 -
YUV 166.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 177 154 200 0.12 0.23 0 0.22 270 0.29 0.69
Hex B1 9A C8 C 17 0 16 10E 1D 45
Octal 261 232 310 14 27 0 26 416 35 105
Binary 10110001 10011010 11001000 1100 10111 0 10110 100001110 11101 1000101

Color Harmonies of #B19AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AC8

Black with #B19AC8

Text Example


Text Example

White with #B19AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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