#B096FB

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

Shades of Biloba Flower #B096FB

Tints of Biloba Flower #B096FB

Color information

#B096FB (or 0xB096FB) is unknown color: approx Biloba Flower. HEX triplet: B0, 96 and FB. RGB value is (176,150,251). Sum of RGB (Red+Green+Blue) = 176+150+251=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #B096FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096FB is #4F6904. Grayscale: #A8A8A8. Windows color (decimal): -5204229 or 16488112. OLE color: 16488112.

HSL color Cylindrical-coordinate representation of color #B096FB: hue angle of 255.45º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B096FB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176150251-
CMYK0.300.4000.02
HSL255.45º92.66%78.63%-
HSV(B)255.45º40.24%98.43%-
XYZ46.2238.0196.17-
YUV169.29174.11132.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=30.50%
G=26.00%
B=43.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761502510.300.4000.02255.4592.6678.63
HexB096FB1E2802ff5d4f
Octal260226373365002377135117
Binary101100001001011011111011111101010000101111111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096FB; }

 p { color: rgb(176,150,251); }

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

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

 a { background-color: rgb(176,150,251); }

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

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

 span { border-color: rgb(176,150,251); }

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