#B996E2

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

Shades of Biloba Flower #B996E2

Tints of Biloba Flower #B996E2

Color information

#B996E2 (or 0xB996E2) is unknown color: approx Biloba Flower. HEX triplet: B9, 96 and E2. RGB value is (185,150,226). Sum of RGB (Red+Green+Blue) = 185+150+226=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #B996E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996E2 is #46691D. Grayscale: #A8A8A8. Windows color (decimal): -4614430 or 14849721. OLE color: 14849721.

HSL color Cylindrical-coordinate representation of color #B996E2: hue angle of 267.63º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B996E2 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185150226-
CMYK0.180.3400.11
HSL267.63º56.72%73.73%-
HSV(B)267.63º33.63%88.63%-
XYZ44.6437.6276.86-
YUV169.13160.1139.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=32.98%
G=26.74%
B=40.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851502260.180.3400.11267.6356.7273.73
HexB996E212220B10c394a
Octal271226342224201341471112
Binary10111001100101101110001010010100010010111000011001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996E2; }

 p { color: rgb(185,150,226); }

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

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

 a { background-color: rgb(185,150,226); }

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

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

 span { border-color: rgb(185,150,226); }

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