#B49DC8

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

Shades of Biloba Flower #B49DC8

Tints of Biloba Flower #B49DC8

Color information

#B49DC8 (or 0xB49DC8) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and C8. RGB value is (180,157,200). Sum of RGB (Red+Green+Blue) = 180+157+200=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #B49DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DC8 is #4B6237. Grayscale: #A8A8A8. Windows color (decimal): -4940344 or 13147572. OLE color: 13147572.

HSL color Cylindrical-coordinate representation of color #B49DC8: hue angle of 272.09º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B49DC8 is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180157200-
CMYK0.10.2200.22
HSL272.09º28.1%70%-
HSV(B)272.09º21.5%78.43%-
XYZ41.337.9959.8-
YUV168.78145.62136-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=33.52%
G=29.24%
B=37.24%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801572000.10.2200.22272.0928.170
HexB49DC8A160161101c46
Octal264235310122602642034106
Binary101101001001110111001000101010110010110100010000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DC8; }

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

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

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

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

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

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

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

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