#B992EC

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

Shades of Biloba Flower #B992EC

Tints of Biloba Flower #B992EC

Color information

#B992EC (or 0xB992EC) is unknown color: approx Biloba Flower. HEX triplet: B9, 92 and EC. RGB value is (185,146,236). Sum of RGB (Red+Green+Blue) = 185+146+236=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #B992EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992EC is #466D13. Grayscale: #A7A7A7. Windows color (decimal): -4615444 or 15504057. OLE color: 15504057.

HSL color Cylindrical-coordinate representation of color #B992EC: hue angle of 266º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B992EC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185146236-
CMYK0.220.3800.07
HSL266º70.31%74.9%-
HSV(B)266º38.14%92.55%-
XYZ45.4336.9384.09-
YUV167.92166.42140.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=32.63%
G=25.75%
B=41.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851462360.220.3800.0726670.3174.9
HexB992EC16260710a464b
Octal271222354264607412106113
Binary10111001100100101110110010110100110011110000101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992EC; }

 p { color: rgb(185,146,236); }

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

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

 a { background-color: rgb(185,146,236); }

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

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

 span { border-color: rgb(185,146,236); }

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