#B899DD

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

Shades of Biloba Flower #B899DD

Tints of Biloba Flower #B899DD

Color information

#B899DD (or 0xB899DD) is unknown color: approx Biloba Flower. HEX triplet: B8, 99 and DD. RGB value is (184,153,221). Sum of RGB (Red+Green+Blue) = 184+153+221=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B899DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899DD is #476622. Grayscale: #A9A9A9. Windows color (decimal): -4679203 or 14522808. OLE color: 14522808.

HSL color Cylindrical-coordinate representation of color #B899DD: hue angle of 267.35º 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 #B899DD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184153221-
CMYK0.170.3100.13
HSL267.35º50%73.33%-
HSV(B)267.35º30.77%86.67%-
XYZ44.2138.1973.45-
YUV170.02156.77137.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=32.97%
G=27.42%
B=39.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841532210.170.3100.13267.355073.33
HexB899DD111F0D10b3249
Octal270231335213701541362111
Binary1011100010011001110111011000111111011011000010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899DD; }

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

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

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

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

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

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

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

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