#B992EE

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

Shades of Biloba Flower #B992EE

Tints of Biloba Flower #B992EE

Color information

#B992EE (or 0xB992EE) is unknown color: approx Biloba Flower. HEX triplet: B9, 92 and EE. RGB value is (185,146,238). Sum of RGB (Red+Green+Blue) = 185+146+238=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #B992EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992EE is #466D11. Grayscale: #A7A7A7. Windows color (decimal): -4615442 or 15635129. OLE color: 15635129.

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

Color convert

RGB185146238-
CMYK0.220.3900.07
HSL265.43º73.02%75.29%-
HSV(B)265.43º38.66%93.33%-
XYZ45.7237.0585.63-
YUV168.15167.42140.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 146 (57.42% from 255) = 25.66%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=32.51%
G=25.66%
B=41.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851462380.220.3900.07265.4373.0275.29
HexB992EE162707109494b
Octal271222356264707411111113
Binary10111001100100101110111010110100111011110000100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992EE; }

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

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

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

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

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

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

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

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