#B689FB

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

Shades of Biloba Flower #B689FB

Tints of Biloba Flower #B689FB

Color information

#B689FB (or 0xB689FB) is unknown color: approx Biloba Flower. HEX triplet: B6, 89 and FB. RGB value is (182,137,251). Sum of RGB (Red+Green+Blue) = 182+137+251=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #B689FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689FB is #497604. Grayscale: #A3A3A3. Windows color (decimal): -4814341 or 16484790. OLE color: 16484790.

HSL color Cylindrical-coordinate representation of color #B689FB: hue angle of 263.68º degrees, saturation: 0.93, 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 #B689FB is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182137251-
CMYK0.270.4500.02
HSL263.68º93.44%76.08%-
HSV(B)263.68º45.42%98.43%-
XYZ45.6534.895.58-
YUV163.45177.41141.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=31.93%
G=24.04%
B=44.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821372510.270.4500.02263.6893.4476.08
HexB689FB1B2D021085d4c
Octal266211373335502410135114
Binary1011011010001001111110111101110110101010000100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689FB; }

 p { color: rgb(182,137,251); }

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

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

 a { background-color: rgb(182,137,251); }

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

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

 span { border-color: rgb(182,137,251); }

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