#B69ACC

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

Shades of Biloba Flower #B69ACC

Tints of Biloba Flower #B69ACC

Color information

#B69ACC (or 0xB69ACC) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and CC. RGB value is (182,154,204). Sum of RGB (Red+Green+Blue) = 182+154+204=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #B69ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ACC is #496533. Grayscale: #A7A7A7. Windows color (decimal): -4810036 or 13408950. OLE color: 13408950.

HSL color Cylindrical-coordinate representation of color #B69ACC: hue angle of 273.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B69ACC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182154204-
CMYK0.110.2500.2
HSL273.6º32.89%70.2%-
HSV(B)273.6º24.51%80%-
XYZ41.7537.4262.15-
YUV168.07148.28137.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=33.70%
G=28.52%
B=37.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821542040.110.2500.2273.632.8970.2
HexB69ACCB190141122146
Octal266232314133102442241106
Binary1011011010011010110011001011110010101001000100101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ACC; }

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

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

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

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

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

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

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

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