#B986DE

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

Shades of Biloba Flower #B986DE

Tints of Biloba Flower #B986DE

Color information

#B986DE (or 0xB986DE) is unknown color: approx Biloba Flower. HEX triplet: B9, 86 and DE. RGB value is (185,134,222). Sum of RGB (Red+Green+Blue) = 185+134+222=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #B986DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986DE is #467921. Grayscale: #9E9E9E. Windows color (decimal): -4618530 or 14583481. OLE color: 14583481.

HSL color Cylindrical-coordinate representation of color #B986DE: hue angle of 274.77º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B986DE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185134222-
CMYK0.170.4000.13
HSL274.77º57.14%69.8%-
HSV(B)274.77º39.64%87.06%-
XYZ41.7232.6473.21-
YUV159.28163.4146.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=34.20%
G=24.77%
B=41.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851342220.170.4000.13274.7757.1469.8
HexB986DE11280D1133946
Octal271206336215001542371106
Binary10111001100001101101111010001101000011011000100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986DE; }

 p { color: rgb(185,134,222); }

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

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

 a { background-color: rgb(185,134,222); }

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

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

 span { border-color: rgb(185,134,222); }

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