#B499D8

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

Shades of Biloba Flower #B499D8

Tints of Biloba Flower #B499D8

Color information

#B499D8 (or 0xB499D8) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and D8. RGB value is (180,153,216). Sum of RGB (Red+Green+Blue) = 180+153+216=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #B499D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499D8 is #4B6627. Grayscale: #A8A8A8. Windows color (decimal): -4941352 or 14195124. OLE color: 14195124.

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

Color convert

RGB180153216-
CMYK0.170.2900.15
HSL265.71º44.68%72.35%-
HSV(B)265.71º29.17%84.71%-
XYZ42.6137.4469.95-
YUV168.26154.95136.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 216 (84.77% from 255) = 39.34%
R=32.79%
G=27.87%
B=39.34%

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
Decimal1801532160.170.2900.15265.7144.6872.35
HexB499D8111D0F10a2d48
Octal264231330213501741255110
Binary1011010010011001110110001000111101011111000010101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499D8; }

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

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

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

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

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

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

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

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