#B499DD

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

Shades of Biloba Flower #B499DD

Tints of Biloba Flower #B499DD

Color information

#B499DD (or 0xB499DD) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and DD. RGB value is (180,153,221). Sum of RGB (Red+Green+Blue) = 180+153+221=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #B499DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499DD is #4B6622. Grayscale: #A8A8A8. Windows color (decimal): -4941347 or 14522804. OLE color: 14522804.

HSL color Cylindrical-coordinate representation of color #B499DD: hue angle of 263.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B499DD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180153221-
CMYK0.190.3100.13
HSL263.82º50%73.33%-
HSV(B)263.82º30.77%86.67%-
XYZ43.2637.7173.4-
YUV168.82157.45135.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=32.49%
G=27.62%
B=39.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801532210.190.3100.13263.825073.33
HexB499DD131F0D1083249
Octal264231335233701541062111
Binary1011010010011001110111011001111111011011000010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499DD; }

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

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

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

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

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

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

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

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