#B499D7

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

Shades of Biloba Flower #B499D7

Tints of Biloba Flower #B499D7

Color information

#B499D7 (or 0xB499D7) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and D7. RGB value is (180,153,215). Sum of RGB (Red+Green+Blue) = 180+153+215=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #B499D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499D7 is #4B6628. Grayscale: #A7A7A7. Windows color (decimal): -4941353 or 14129588. OLE color: 14129588.

HSL color Cylindrical-coordinate representation of color #B499D7: hue angle of 266.13º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B499D7 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180153215-
CMYK0.160.2900.16
HSL266.13º43.66%72.16%-
HSV(B)266.13º28.84%84.31%-
XYZ42.4837.3969.27-
YUV168.14154.45136.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=32.85%
G=27.92%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801532150.160.2900.16266.1343.6672.16
HexB499D7101D01010a2c48
Octal264231327203502041254110
Binary10110100100110011101011110000111010100001000010101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499D7; }

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

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

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

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

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

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

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

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