#B092FE

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

Shades of Biloba Flower #B092FE

Tints of Biloba Flower #B092FE

Color information

#B092FE (or 0xB092FE) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and FE. RGB value is (176,146,254). Sum of RGB (Red+Green+Blue) = 176+146+254=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #B092FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092FE is #4F6D01. Grayscale: #A6A6A6. Windows color (decimal): -5205250 or 16683696. OLE color: 16683696.

HSL color Cylindrical-coordinate representation of color #B092FE: hue angle of 256.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B092FE is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176146254-
CMYK0.310.4300.00
HSL256.67º98.18%78.43%-
HSV(B)256.67º42.52%99.61%-
XYZ46.0736.9498.47-
YUV167.28176.94134.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=30.56%
G=25.35%
B=44.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761462540.310.4300.00256.6798.1878.43
HexB092FE1F2B00101624e
Octal260222376375300401142116
Binary101100001001001011111110111111010110010000000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092FE; }

 p { color: rgb(176,146,254); }

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

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

 a { background-color: rgb(176,146,254); }

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

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

 span { border-color: rgb(176,146,254); }

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