#B69AEB

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

Shades of Biloba Flower #B69AEB

Tints of Biloba Flower #B69AEB

Color information

#B69AEB (or 0xB69AEB) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and EB. RGB value is (182,154,235). Sum of RGB (Red+Green+Blue) = 182+154+235=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #B69AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69AEB is #496514. Grayscale: #ABABAB. Windows color (decimal): -4810005 or 15440566. OLE color: 15440566.

HSL color Cylindrical-coordinate representation of color #B69AEB: hue angle of 260.74º degrees, saturation: 0.67, 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 #B69AEB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182154235-
CMYK0.230.3400.08
HSL260.74º66.94%76.27%-
HSV(B)260.74º34.47%92.16%-
XYZ45.8439.0583.72-
YUV171.61163.78135.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 154 (60.55% from 255) = 26.97%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=31.87%
G=26.97%
B=41.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821542350.230.3400.08260.7466.9476.27
HexB69AEB172208105434c
Octal2662323532742010405103114
Binary101101101001101011101011101111000100100010000010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AEB; }

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

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

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

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

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

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

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

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