#B092FC

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

Shades of Biloba Flower #B092FC

Tints of Biloba Flower #B092FC

Color information

#B092FC (or 0xB092FC) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and FC. RGB value is (176,146,252). Sum of RGB (Red+Green+Blue) = 176+146+252=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #B092FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092FC is #4F6D03. Grayscale: #A6A6A6. Windows color (decimal): -5205252 or 16552624. OLE color: 16552624.

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

Color convert

RGB176146252-
CMYK0.300.4200.01
HSL256.98º94.64%78.04%-
HSV(B)256.98º42.06%98.82%-
XYZ45.7536.8296.79-
YUV167.05175.94134.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=30.66%
G=25.44%
B=43.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761462520.300.4200.01256.9894.6478.04
HexB092FC1E2A011015f4e
Octal260222374365201401137116
Binary101100001001001011111100111101010100110000000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092FC; }

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

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

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

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

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

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

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

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