#B899D1

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

Shades of Biloba Flower #B899D1

Tints of Biloba Flower #B899D1

Color information

#B899D1 (or 0xB899D1) is unknown color: approx Biloba Flower. HEX triplet: B8, 99 and D1. RGB value is (184,153,209). Sum of RGB (Red+Green+Blue) = 184+153+209=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #B899D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899D1 is #47662E. Grayscale: #A8A8A8. Windows color (decimal): -4679215 or 13736376. OLE color: 13736376.

HSL color Cylindrical-coordinate representation of color #B899D1: hue angle of 273.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B899D1 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184153209-
CMYK0.120.2700.18
HSL273.21º37.84%70.98%-
HSV(B)273.21º26.79%81.96%-
XYZ42.6737.5865.33-
YUV168.65150.77138.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.70%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 209 (82.03% from 255) = 38.28%
R=33.70%
G=28.02%
B=38.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841532090.120.2700.18273.2137.8470.98
HexB899D1C1B0121112647
Octal270231321143302242146107
Binary1011100010011001110100011100110110100101000100011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899D1; }

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

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

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

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

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

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

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

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