Html Css Color HEX #B49ACB Biloba Flower

📋 copy color: '#B49ACB'

red 180 ◦ green 154 ◦ blue 203

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

Shades of Biloba Flower #B49ACB

Tints of Biloba Flower #B49ACB

RGB

 RED value IS 180 (70.7% from 255) = 33.52%

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

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

R = 33.52%
G = 28.68%
B = 37.8%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B49ACB (or 0xB49ACB) is known color: Biloba Flower. HEX triplet: B4, 9A and CB. RGB value is (180,154,203). Sum of RGB (Red+Green+Blue) = 180+154+203=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #B49ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ACB is #4B6534. Grayscale: #A7A7A7. Windows color (decimal): -4941109 or 13343412. OLE color: 13343412.

HSL color Cylindrical-coordinate representation of color #B49ACB: hue angle of 271.84º 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 #B49ACB is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 154 203 -
CMYK 0.11 0.24 0 0.20
HSL 271.84º 0.32% 0.7% -
HSV(B) 271.84º 0.24% 0.8% -
XYZ 41.16 37.13 61.5 -
YUV 167.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 180 154 203 0.11 0.24 0 0.20 271.84 0.32 0.7
Hex B4 9A CB B 18 0 14 110 20 46
Octal 264 232 313 13 30 0 24 420 40 106
Binary 10110100 10011010 11001011 1011 11000 0 10100 100010000 100000 1000110

Color Harmonies of #B49ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ACB

Black with #B49ACB

Text Example


Text Example

White with #B49ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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