#B69AF2

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

Shades of Biloba Flower #B69AF2

Tints of Biloba Flower #B69AF2

Color information

#B69AF2 (or 0xB69AF2) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and F2. RGB value is (182,154,242). Sum of RGB (Red+Green+Blue) = 182+154+242=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #B69AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69AF2 is #49650D. Grayscale: #ACACAC. Windows color (decimal): -4809998 or 15899318. OLE color: 15899318.

HSL color Cylindrical-coordinate representation of color #B69AF2: hue angle of 259.09º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B69AF2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182154242-
CMYK0.250.3600.05
HSL259.09º77.19%77.65%-
HSV(B)259.09º36.36%94.9%-
XYZ46.8739.4789.15-
YUV172.4167.28134.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 242 (94.92% from 255) = 41.87%
R=31.49%
G=26.64%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821542420.250.3600.05259.0977.1977.65
HexB69AF21924051034d4e
Octal266232362314405403115116
Binary10110110100110101111001011001100100010110000001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AF2; }

 p { color: rgb(182,154,242); }

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

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

 a { background-color: rgb(182,154,242); }

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

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

 span { border-color: rgb(182,154,242); }

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