#B499D9

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

Shades of Biloba Flower #B499D9

Tints of Biloba Flower #B499D9

Color information

#B499D9 (or 0xB499D9) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and D9. RGB value is (180,153,217). Sum of RGB (Red+Green+Blue) = 180+153+217=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #B499D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499D9 is #4B6626. Grayscale: #A8A8A8. Windows color (decimal): -4941351 or 14260660. OLE color: 14260660.

HSL color Cylindrical-coordinate representation of color #B499D9: hue angle of 265.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B499D9 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180153217-
CMYK0.170.2900.15
HSL265.31º45.71%72.55%-
HSV(B)265.31º29.49%85.1%-
XYZ42.7437.570.63-
YUV168.37155.45136.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=32.73%
G=27.82%
B=39.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801532170.170.2900.15265.3145.7172.55
HexB499D9111D0F1092e49
Octal264231331213501741156111
Binary1011010010011001110110011000111101011111000010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499D9; }

 p { color: rgb(180,153,217); }

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

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

 a { background-color: rgb(180,153,217); }

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

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

 span { border-color: rgb(180,153,217); }

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