#B899DC

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

Shades of Biloba Flower #B899DC

Tints of Biloba Flower #B899DC

Color information

#B899DC (or 0xB899DC) is unknown color: approx Biloba Flower. HEX triplet: B8, 99 and DC. RGB value is (184,153,220). Sum of RGB (Red+Green+Blue) = 184+153+220=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B899DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899DC is #476623. Grayscale: #A9A9A9. Windows color (decimal): -4679204 or 14457272. OLE color: 14457272.

HSL color Cylindrical-coordinate representation of color #B899DC: hue angle of 267.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B899DC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184153220-
CMYK0.160.3000.14
HSL267.76º48.91%73.14%-
HSV(B)267.76º30.45%86.27%-
XYZ44.0838.1472.75-
YUV169.91156.27138.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=33.03%
G=27.47%
B=39.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841532200.160.3000.14267.7648.9173.14
HexB899DC101E0E10c3149
Octal270231334203601641461111
Binary1011100010011001110111001000011110011101000011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899DC; }

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

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

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

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

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

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

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

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