Html Css Color HEX #B49FCD Biloba Flower

📋 copy color: '#B49FCD'

red 180 ◦ green 159 ◦ blue 205

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

Shades of Biloba Flower #B49FCD

Tints of Biloba Flower #B49FCD

RGB

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

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

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

R = 33.09%
G = 29.23%
B = 37.68%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B49FCD (or 0xB49FCD) is known color: Biloba Flower. HEX triplet: B4, 9F and CD. RGB value is (180,159,205). Sum of RGB (Red+Green+Blue) = 180+159+205=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #B49FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FCD is #4B6032. Grayscale: #AAAAAA. Windows color (decimal): -4939827 or 13475764. OLE color: 13475764.

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

Color convert

RGB 180 159 205 -
CMYK 0.12 0.22 0 0.20
HSL 267.39º 0.32% 0.71% -
HSV(B) 267.39º 0.22% 0.8% -
XYZ 42.24 38.91 63.04 -
YUV 170.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 180 159 205 0.12 0.22 0 0.20 267.39 0.32 0.71
Hex B4 9F CD C 16 0 14 10B 20 47
Octal 264 237 315 14 26 0 24 413 40 107
Binary 10110100 10011111 11001101 1100 10110 0 10100 100001011 100000 1000111

Color Harmonies of #B49FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FCD

Black with #B49FCD

Text Example


Text Example

White with #B49FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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