#B69AC3

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

Shades of East Side #B69AC3

Tints of East Side #B69AC3

Color information

#B69AC3 (or 0xB69AC3) is unknown color: approx East Side. HEX triplet: B6, 9A and C3. RGB value is (182,154,195). Sum of RGB (Red+Green+Blue) = 182+154+195=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #B69AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69AC3 is #49653C. Grayscale: #A6A6A6. Windows color (decimal): -4810045 or 12819126. OLE color: 12819126.

HSL color Cylindrical-coordinate representation of color #B69AC3: hue angle of 280.98º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B69AC3 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182154195-
CMYK0.070.2100.24
HSL280.98º25.47%68.43%-
HSV(B)280.98º21.03%76.47%-
XYZ40.73756.63-
YUV167.05143.78138.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=34.27%
G=29.00%
B=36.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821541950.070.2100.24280.9825.4768.43
HexB69AC37150181191944
Octal26623230372503043131104
Binary10110110100110101100001111110101011000100011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AC3; }

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

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

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

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

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

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

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

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