#B689EA

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

Shades of Biloba Flower #B689EA

Tints of Biloba Flower #B689EA

Color information

#B689EA (or 0xB689EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 89 and EA. RGB value is (182,137,234). Sum of RGB (Red+Green+Blue) = 182+137+234=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #B689EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689EA is #497615. Grayscale: #A1A1A1. Windows color (decimal): -4814358 or 15370678. OLE color: 15370678.

HSL color Cylindrical-coordinate representation of color #B689EA: hue angle of 267.84º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B689EA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182137234-
CMYK0.220.4100.08
HSL267.84º69.78%72.75%-
HSV(B)267.84º41.45%91.76%-
XYZ43.0933.7882.09-
YUV161.51168.91142.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=32.91%
G=24.77%
B=42.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821372340.220.4100.08267.8469.7872.75
HexB689EA16290810c4649
Octal2662113522651010414106111
Binary101101101000100111101010101101010010100010000110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689EA; }

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

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

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

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

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

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

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

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