#B49DCC

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

Shades of Biloba Flower #B49DCC

Tints of Biloba Flower #B49DCC

Color information

#B49DCC (or 0xB49DCC) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and CC. RGB value is (180,157,204). Sum of RGB (Red+Green+Blue) = 180+157+204=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #B49DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DCC is #4B6233. Grayscale: #A9A9A9. Windows color (decimal): -4940340 or 13409716. OLE color: 13409716.

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

Color convert

RGB180157204-
CMYK0.120.2300.2
HSL269.36º31.54%70.78%-
HSV(B)269.36º23.04%80%-
XYZ41.7838.1862.29-
YUV169.24147.62135.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=33.27%
G=29.02%
B=37.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801572040.120.2300.2269.3631.5470.78
HexB49DCCC1701410d2047
Octal264235314142702441540107
Binary1011010010011101110011001100101110101001000011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DCC; }

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

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

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

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

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

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

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

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