#B898DC

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

Shades of Biloba Flower #B898DC

Tints of Biloba Flower #B898DC

Color information

#B898DC (or 0xB898DC) is unknown color: approx Biloba Flower. HEX triplet: B8, 98 and DC. RGB value is (184,152,220). Sum of RGB (Red+Green+Blue) = 184+152+220=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B898DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898DC is #476723. Grayscale: #A9A9A9. Windows color (decimal): -4679460 or 14457016. OLE color: 14457016.

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

Color convert

RGB184152220-
CMYK0.160.3100.14
HSL268.24º49.28%72.94%-
HSV(B)268.24º30.91%86.27%-
XYZ43.9137.8172.69-
YUV169.32156.6138.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=33.09%
G=27.34%
B=39.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841522200.160.3100.14268.2449.2872.94
HexB898DC101F0E10c3149
Octal270230334203701641461111
Binary1011100010011000110111001000011111011101000011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898DC; }

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

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

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

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

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

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

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

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