#B098DB

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

Shades of Biloba Flower #B098DB

Tints of Biloba Flower #B098DB

Color information

#B098DB (or 0xB098DB) is unknown color: approx Biloba Flower. HEX triplet: B0, 98 and DB. RGB value is (176,152,219). Sum of RGB (Red+Green+Blue) = 176+152+219=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #B098DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098DB is #4F6724. Grayscale: #A6A6A6. Windows color (decimal): -5203749 or 14391472. OLE color: 14391472.

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

Color convert

RGB176152219-
CMYK0.200.3100.14
HSL261.49º48.2%72.75%-
HSV(B)261.49º30.59%85.88%-
XYZ41.9236.871.91-
YUV166.81157.45134.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=32.18%
G=27.79%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761522190.200.3100.14261.4948.272.75
HexB098DB141F0E1053049
Octal260230333243701640560111
Binary1011000010011000110110111010011111011101000001011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098DB; }

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

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

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

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

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

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

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

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