#B69CC5

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

Shades of East Side #B69CC5

Tints of East Side #B69CC5

Color information

#B69CC5 (or 0xB69CC5) is unknown color: approx East Side. HEX triplet: B6, 9C and C5. RGB value is (182,156,197). Sum of RGB (Red+Green+Blue) = 182+156+197=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #B69CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CC5 is #49633A. Grayscale: #A8A8A8. Windows color (decimal): -4809531 or 12950710. OLE color: 12950710.

HSL color Cylindrical-coordinate representation of color #B69CC5: hue angle of 278.05º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B69CC5 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB182156197-
CMYK0.080.2100.23
HSL278.05º26.11%69.22%-
HSV(B)278.05º20.81%77.25%-
XYZ41.2637.7557.94-
YUV168.45144.11137.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 197 (77.34% from 255) = 36.82%
R=34.02%
G=29.16%
B=36.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821561970.080.2100.23278.0526.1169.22
HexB69CC58150171161a45
Octal266234305102502742632105
Binary101101101001110011000101100010101010111100010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CC5; }

 p { color: rgb(182,156,197); }

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

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

 a { background-color: rgb(182,156,197); }

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

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

 span { border-color: rgb(182,156,197); }

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