#B69AE4

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

Shades of Biloba Flower #B69AE4

Tints of Biloba Flower #B69AE4

Color information

#B69AE4 (or 0xB69AE4) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and E4. RGB value is (182,154,228). Sum of RGB (Red+Green+Blue) = 182+154+228=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #B69AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69AE4 is #49651B. Grayscale: #AAAAAA. Windows color (decimal): -4810012 or 14981814. OLE color: 14981814.

HSL color Cylindrical-coordinate representation of color #B69AE4: hue angle of 262.7º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B69AE4 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182154228-
CMYK0.200.3200.11
HSL262.7º57.81%74.9%-
HSV(B)262.7º32.46%89.41%-
XYZ44.8538.6678.5-
YUV170.81160.28135.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.27%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=32.27%
G=27.30%
B=40.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821542280.200.3200.11262.757.8174.9
HexB69AE414200B1073a4b
Octal266232344244001340772113
Binary10110110100110101110010010100100000010111000001111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AE4; }

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

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

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

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

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

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

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

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