#B69EE7

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

Shades of Biloba Flower #B69EE7

Tints of Biloba Flower #B69EE7

Color information

#B69EE7 (or 0xB69EE7) is unknown color: approx Biloba Flower. HEX triplet: B6, 9E and E7. RGB value is (182,158,231). Sum of RGB (Red+Green+Blue) = 182+158+231=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #B69EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69EE7 is #496118. Grayscale: #ADADAD. Windows color (decimal): -4808985 or 15179446. OLE color: 15179446.

HSL color Cylindrical-coordinate representation of color #B69EE7: hue angle of 259.73º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B69EE7 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182158231-
CMYK0.210.3200.09
HSL259.73º60.33%76.27%-
HSV(B)259.73º31.6%90.59%-
XYZ45.9440.1780.93-
YUV173.5160.45134.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 231 (90.62% from 255) = 40.46%
R=31.87%
G=27.67%
B=40.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821582310.210.3200.09259.7360.3376.27
HexB69EE71520091043c4c
Octal266236347254001140474114
Binary10110110100111101110011110101100000010011000001001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EE7; }

 p { color: rgb(182,158,231); }

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

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

 a { background-color: rgb(182,158,231); }

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

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

 span { border-color: rgb(182,158,231); }

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