#B089FA

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

Shades of Biloba Flower #B089FA

Tints of Biloba Flower #B089FA

Color information

#B089FA (or 0xB089FA) is unknown color: approx Biloba Flower. HEX triplet: B0, 89 and FA. RGB value is (176,137,250). Sum of RGB (Red+Green+Blue) = 176+137+250=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #B089FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089FA is #4F7605. Grayscale: #A1A1A1. Windows color (decimal): -5207558 or 16419248. OLE color: 16419248.

HSL color Cylindrical-coordinate representation of color #B089FA: hue angle of 260.71º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B089FA is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176137250-
CMYK0.300.4500.02
HSL260.71º91.87%75.88%-
HSV(B)260.71º45.2%98.04%-
XYZ44.1134.0294.69-
YUV161.54177.92138.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=31.26%
G=24.33%
B=44.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761372500.300.4500.02260.7191.8775.88
HexB089FA1E2D021055c4c
Octal260211372365502405134114
Binary1011000010001001111110101111010110101010000010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089FA; }

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

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

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

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

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

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

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

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