#B69AC6

Color #B69AC6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B69AC6

Tints of East Side #B69AC6

Color information

#B69AC6 (or 0xB69AC6) is unknown color: approx East Side. HEX triplet: B6, 9A and C6. RGB value is (182,154,198). Sum of RGB (Red+Green+Blue) = 182+154+198=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #B69AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69AC6 is #496539. Grayscale: #A7A7A7. Windows color (decimal): -4810042 or 13015734. OLE color: 13015734.

HSL color Cylindrical-coordinate representation of color #B69AC6: hue angle of 278.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B69AC6 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182154198-
CMYK0.080.2200.22
HSL278.18º27.85%69.02%-
HSV(B)278.18º22.22%77.65%-
XYZ41.0437.1358.43-
YUV167.39145.28138.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=34.08%
G=28.84%
B=37.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821541980.080.2200.22278.1827.8569.02
HexB69AC68160161161c45
Octal266232306102602642634105
Binary101101101001101011000110100010110010110100010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AC6; }

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

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

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

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

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

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

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

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