#B089FC

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

Shades of Biloba Flower #B089FC

Tints of Biloba Flower #B089FC

Color information

#B089FC (or 0xB089FC) is unknown color: approx Biloba Flower. HEX triplet: B0, 89 and FC. RGB value is (176,137,252). Sum of RGB (Red+Green+Blue) = 176+137+252=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #B089FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089FC is #4F7603. Grayscale: #A1A1A1. Windows color (decimal): -5207556 or 16550320. OLE color: 16550320.

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

Color convert

RGB176137252-
CMYK0.300.4600.01
HSL260.35º95.04%76.27%-
HSV(B)260.35º45.63%98.82%-
XYZ44.4234.1596.35-
YUV161.77178.92138.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 137 (53.91% from 255) = 24.25%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=31.15%
G=24.25%
B=44.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761372520.300.4600.01260.3595.0476.27
HexB089FC1E2E011045f4c
Octal260211374365601404137114
Binary101100001000100111111100111101011100110000010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089FC; }

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

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

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

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

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

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

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

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