#B094FC

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

Shades of Biloba Flower #B094FC

Tints of Biloba Flower #B094FC

Color information

#B094FC (or 0xB094FC) is unknown color: approx Biloba Flower. HEX triplet: B0, 94 and FC. RGB value is (176,148,252). Sum of RGB (Red+Green+Blue) = 176+148+252=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #B094FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B094FC is #4F6B03. Grayscale: #A7A7A7. Windows color (decimal): -5204740 or 16553136. OLE color: 16553136.

HSL color Cylindrical-coordinate representation of color #B094FC: hue angle of 256.15º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B094FC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176148252-
CMYK0.300.4100.01
HSL256.15º94.55%78.43%-
HSV(B)256.15º41.27%98.82%-
XYZ46.0737.4496.89-
YUV168.23175.28133.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=30.56%
G=25.69%
B=43.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761482520.300.4100.01256.1594.5578.43
HexB094FC1E29011005f4e
Octal260224374365101400137116
Binary101100001001010011111100111101010010110000000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094FC; }

 p { color: rgb(176,148,252); }

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

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

 a { background-color: rgb(176,148,252); }

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

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

 span { border-color: rgb(176,148,252); }

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