#B69FEA

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

Shades of Biloba Flower #B69FEA

Tints of Biloba Flower #B69FEA

Color information

#B69FEA (or 0xB69FEA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and EA. RGB value is (182,159,234). Sum of RGB (Red+Green+Blue) = 182+159+234=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #B69FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69FEA is #496015. Grayscale: #AEAEAE. Windows color (decimal): -4808726 or 15376310. OLE color: 15376310.

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

Color convert

RGB182159234-
CMYK0.220.3200.08
HSL258.4º64.1%77.06%-
HSV(B)258.4º32.05%91.76%-
XYZ46.5440.6883.24-
YUV174.43161.62133.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.65%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=31.65%
G=27.65%
B=40.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821592340.220.3200.08258.464.177.06
HexB69FEA162008102404d
Octal2662373522640010402100115
Binary101101101001111111101010101101000000100010000001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FEA; }

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

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

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

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

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

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

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

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