Html Css Color HEX #B49ACD Biloba Flower

📋 copy color: '#B49ACD'

red 180 ◦ green 154 ◦ blue 205

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

Shades of Biloba Flower #B49ACD

Tints of Biloba Flower #B49ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 33.4%
G = 28.57%
B = 38.03%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B49ACD (or 0xB49ACD) is known color: Biloba Flower. HEX triplet: B4, 9A and CD. RGB value is (180,154,205). Sum of RGB (Red+Green+Blue) = 180+154+205=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B49ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ACD is #4B6532. Grayscale: #A7A7A7. Windows color (decimal): -4941107 or 13474484. OLE color: 13474484.

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

Color convert

RGB 180 154 205 -
CMYK 0.12 0.25 0 0.20
HSL 270.59º 0.34% 0.7% -
HSV(B) 270.59º 0.25% 0.8% -
XYZ 41.4 37.22 62.76 -
YUV 167.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 180 154 205 0.12 0.25 0 0.20 270.59 0.34 0.7
Hex B4 9A CD C 19 0 14 10F 22 46
Octal 264 232 315 14 31 0 24 417 42 106
Binary 10110100 10011010 11001101 1100 11001 0 10100 100001111 100010 1000110

Color Harmonies of #B49ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ACD

Black with #B49ACD

Text Example


Text Example

White with #B49ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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