Html Css Color HEX #B49CDC Biloba Flower

📋 copy color: '#B49CDC'

red 180 ◦ green 156 ◦ blue 220

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

Shades of Biloba Flower #B49CDC

Tints of Biloba Flower #B49CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 32.37%
G = 28.06%
B = 39.57%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B49CDC (or 0xB49CDC) is known color: Biloba Flower. HEX triplet: B4, 9C and DC. RGB value is (180,156,220). Sum of RGB (Red+Green+Blue) = 180+156+220=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B49CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CDC is #4B6323. Grayscale: #AAAAAA. Windows color (decimal): -4940580 or 14458036. OLE color: 14458036.

HSL color Cylindrical-coordinate representation of color #B49CDC: hue angle of 262.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49CDC is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 156 220 -
CMYK 0.18 0.29 0 0.14
HSL 262.5º 0.48% 0.74% -
HSV(B) 262.5º 0.29% 0.86% -
XYZ 43.63 38.65 72.87 -
YUV 170.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 180 156 220 0.18 0.29 0 0.14 262.5 0.48 0.74
Hex B4 9C DC 12 1D 0 E 106 30 4A
Octal 264 234 334 22 35 0 16 406 60 112
Binary 10110100 10011100 11011100 10010 11101 0 1110 100000110 110000 1001010

Color Harmonies of #B49CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CDC

Black with #B49CDC

Text Example


Text Example

White with #B49CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CDC; }

 p { color: rgb(180,156,220); }

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

background-color css

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

 a { background-color: rgb(180,156,220); }

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

border-color css

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

 span { border-color: rgb(180,156,220); }

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