#B69BEA

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

Shades of Biloba Flower #B69BEA

Tints of Biloba Flower #B69BEA

Color information

#B69BEA (or 0xB69BEA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9B and EA. RGB value is (182,155,234). Sum of RGB (Red+Green+Blue) = 182+155+234=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #B69BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BEA is #496415. Grayscale: #ABABAB. Windows color (decimal): -4809750 or 15375286. OLE color: 15375286.

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

Color convert

RGB182155234-
CMYK0.220.3400.08
HSL260.51º65.29%76.27%-
HSV(B)260.51º33.76%91.76%-
XYZ45.8639.3383.02-
YUV172.08162.95135.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=31.87%
G=27.15%
B=40.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821552340.220.3400.08260.5165.2976.27
HexB69BEA162208105414c
Octal2662333522642010405101114
Binary101101101001101111101010101101000100100010000010110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BEA; }

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

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

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

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

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

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

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

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