#B993DE

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

Shades of Biloba Flower #B993DE

Tints of Biloba Flower #B993DE

Color information

#B993DE (or 0xB993DE) is unknown color: approx Biloba Flower. HEX triplet: B9, 93 and DE. RGB value is (185,147,222). Sum of RGB (Red+Green+Blue) = 185+147+222=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #B993DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993DE is #466C21. Grayscale: #A6A6A6. Windows color (decimal): -4615202 or 14586809. OLE color: 14586809.

HSL color Cylindrical-coordinate representation of color #B993DE: hue angle of 270.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B993DE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185147222-
CMYK0.170.3400.13
HSL270.4º53.19%72.35%-
HSV(B)270.4º33.78%87.06%-
XYZ43.6336.4673.84-
YUV166.91159.09140.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=33.39%
G=26.53%
B=40.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851472220.170.3400.13270.453.1972.35
HexB993DE11220D10e3548
Octal271223336214201541665110
Binary10111001100100111101111010001100010011011000011101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993DE; }

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

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

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

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

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

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

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

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