#B899D7

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

Shades of Biloba Flower #B899D7

Tints of Biloba Flower #B899D7

Color information

#B899D7 (or 0xB899D7) is unknown color: approx Biloba Flower. HEX triplet: B8, 99 and D7. RGB value is (184,153,215). Sum of RGB (Red+Green+Blue) = 184+153+215=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #B899D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899D7 is #476628. Grayscale: #A9A9A9. Windows color (decimal): -4679209 or 14129592. OLE color: 14129592.

HSL color Cylindrical-coordinate representation of color #B899D7: hue angle of 270º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B899D7 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184153215-
CMYK0.140.2900.16
HSL270º43.66%72.16%-
HSV(B)270º28.84%84.31%-
XYZ43.4237.8869.31-
YUV169.34153.77138.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=33.33%
G=27.72%
B=38.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841532150.140.2900.1627043.6672.16
HexB899D7E1D01010e2c48
Octal270231327163502041654110
Binary1011100010011001110101111110111010100001000011101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899D7; }

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

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

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

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

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

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

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

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