#B499DA

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

Shades of Biloba Flower #B499DA

Tints of Biloba Flower #B499DA

Color information

#B499DA (or 0xB499DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and DA. RGB value is (180,153,218). Sum of RGB (Red+Green+Blue) = 180+153+218=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B499DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499DA is #4B6625. Grayscale: #A8A8A8. Windows color (decimal): -4941350 or 14326196. OLE color: 14326196.

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

Color convert

RGB180153218-
CMYK0.170.3000.15
HSL264.92º46.76%72.75%-
HSV(B)264.92º29.82%85.49%-
XYZ42.8737.5571.32-
YUV168.48155.95136.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=32.67%
G=27.77%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801532180.170.3000.15264.9246.7672.75
HexB499DA111E0F1092f49
Octal264231332213601741157111
Binary1011010010011001110110101000111110011111000010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499DA; }

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

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

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

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

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

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

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

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