Html Css Color HEX #B49FCE Biloba Flower

📋 copy color: '#B49FCE'

red 180 ◦ green 159 ◦ blue 206

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

Shades of Biloba Flower #B49FCE

Tints of Biloba Flower #B49FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 33.03%
G = 29.17%
B = 37.8%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B49FCE (or 0xB49FCE) is known color: Biloba Flower. HEX triplet: B4, 9F and CE. RGB value is (180,159,206). Sum of RGB (Red+Green+Blue) = 180+159+206=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #B49FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FCE is #4B6031. Grayscale: #AAAAAA. Windows color (decimal): -4939826 or 13541300. OLE color: 13541300.

HSL color Cylindrical-coordinate representation of color #B49FCE: hue angle of 266.81º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B49FCE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 159 206 -
CMYK 0.13 0.23 0 0.19
HSL 266.81º 0.32% 0.72% -
HSV(B) 266.81º 0.23% 0.81% -
XYZ 42.36 38.96 63.68 -
YUV 170.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 180 159 206 0.13 0.23 0 0.19 266.81 0.32 0.72
Hex B4 9F CE D 17 0 13 10B 20 48
Octal 264 237 316 15 27 0 23 413 40 110
Binary 10110100 10011111 11001110 1101 10111 0 10011 100001011 100000 1001000

Color Harmonies of #B49FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FCE

Black with #B49FCE

Text Example


Text Example

White with #B49FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FCE; }

 p { color: rgb(180,159,206); }

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

background-color css

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

 a { background-color: rgb(180,159,206); }

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

border-color css

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

 span { border-color: rgb(180,159,206); }

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