#B989F0

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

Shades of Biloba Flower #B989F0

Tints of Biloba Flower #B989F0

Color information

#B989F0 (or 0xB989F0) is unknown color: approx Biloba Flower. HEX triplet: B9, 89 and F0. RGB value is (185,137,240). Sum of RGB (Red+Green+Blue) = 185+137+240=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #B989F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B989F0 is #46760F. Grayscale: #A2A2A2. Windows color (decimal): -4617744 or 15763897. OLE color: 15763897.

HSL color Cylindrical-coordinate representation of color #B989F0: hue angle of 267.96º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B989F0 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185137240-
CMYK0.230.4300.06
HSL267.96º77.44%73.92%-
HSV(B)267.96º42.92%94.12%-
XYZ44.6834.586.74-
YUV163.09171.4143.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 240 (94.14% from 255) = 42.70%
R=32.92%
G=24.38%
B=42.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851372400.230.4300.06267.9677.4473.92
HexB989F0172B0610c4d4a
Octal271211360275306414115112
Binary10111001100010011111000010111101011011010000110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989F0; }

 p { color: rgb(185,137,240); }

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

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

 a { background-color: rgb(185,137,240); }

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

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

 span { border-color: rgb(185,137,240); }

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