#B49FCC

Color #B49FCC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B49FCC

Tints of Biloba Flower #B49FCC

Color information

#B49FCC (or 0xB49FCC) is unknown color: approx Biloba Flower. HEX triplet: B4, 9F and CC. RGB value is (180,159,204). Sum of RGB (Red+Green+Blue) = 180+159+204=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #B49FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FCC is #4B6033. Grayscale: #AAAAAA. Windows color (decimal): -4939828 or 13410228. OLE color: 13410228.

HSL color Cylindrical-coordinate representation of color #B49FCC: hue angle of 268º degrees, saturation: 0.31, 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 #B49FCC is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180159204-
CMYK0.120.2200.2
HSL268º30.61%71.18%-
HSV(B)268º22.06%80%-
XYZ42.1238.8662.41-
YUV170.41146.96134.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=33.15%
G=29.28%
B=37.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801592040.120.2200.226830.6171.18
HexB49FCCC1601410c1f47
Octal264237314142602441437107
Binary101101001001111111001100110010110010100100001100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FCC; }

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

 H1.HeaderClassName
 {
   color: #B49FCC;
 }
 .AnyTagClassName
 {
   color: #B49FCC;
 }
</style>
background-color css

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

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

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

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

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

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