#B998DC

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

Shades of Biloba Flower #B998DC

Tints of Biloba Flower #B998DC

Color information

#B998DC (or 0xB998DC) is unknown color: approx Biloba Flower. HEX triplet: B9, 98 and DC. RGB value is (185,152,220). Sum of RGB (Red+Green+Blue) = 185+152+220=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B998DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998DC is #466723. Grayscale: #A9A9A9. Windows color (decimal): -4613924 or 14457017. OLE color: 14457017.

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

Color convert

RGB185152220-
CMYK0.160.3100.14
HSL269.12º49.28%72.94%-
HSV(B)269.12º30.91%86.27%-
XYZ44.1537.9472.71-
YUV169.62156.43138.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=33.21%
G=27.29%
B=39.50%

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
Decimal1851522200.160.3100.14269.1249.2872.94
HexB998DC101F0E10d3149
Octal271230334203701641561111
Binary1011100110011000110111001000011111011101000011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998DC; }

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

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

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

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

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

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

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

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