#B898DB

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

Shades of Biloba Flower #B898DB

Tints of Biloba Flower #B898DB

Color information

#B898DB (or 0xB898DB) is unknown color: approx Biloba Flower. HEX triplet: B8, 98 and DB. RGB value is (184,152,219). Sum of RGB (Red+Green+Blue) = 184+152+219=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B898DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898DB is #476724. Grayscale: #A8A8A8. Windows color (decimal): -4679461 or 14391480. OLE color: 14391480.

HSL color Cylindrical-coordinate representation of color #B898DB: hue angle of 268.66º degrees, saturation: 0.48, 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 #B898DB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184152219-
CMYK0.160.3100.14
HSL268.66º48.2%72.75%-
HSV(B)268.66º30.59%85.88%-
XYZ43.7837.7672-
YUV169.21156.1138.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.15%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=33.15%
G=27.39%
B=39.46%

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
Decimal1841522190.160.3100.14268.6648.272.75
HexB898DB101F0E10d3049
Octal270230333203701641560111
Binary1011100010011000110110111000011111011101000011011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898DB; }

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

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

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

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

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

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

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

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